Geronimo :: Management API.
Contains interfaces that define the management API for Geronimo..
Here is the list of declaration for geronimo-management. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.geronimo.modules</groupId> <artifactId>geronimo-management</artifactId> <version>1.2-beta</version> </dependency>
If you think this Maven repository POM file listing for geronimo-management is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Here is the content of the POM file.
<?xml version="1.0" encoding="ISO-8859-1"?><project> <parent> <artifactId>modules</artifactId> <groupId>org.apache.geronimo.modules</groupId> <version>1.2-beta</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>geronimo-management</artifactId> <name>Geronimo :: Management API</name> <version>1.2-beta</version> <description>Contains interfaces that define the management API for Geronimo.</description> <dependencies> <dependency> <groupId>org.apache.geronimo.modules</groupId> <artifactId>geronimo-system</artifactId> <version>1.2-beta</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>