Genesis Plugins :: Plugin Support.
Provides common support classes used by plugins..
Here is the list of declaration for plugin-support. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.geronimo.genesis.plugins</groupId> <artifactId>plugin-support</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for plugin-support is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The plugin-support-1.0 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Data Structure | commons-lang 2.1 Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 99 |
The following packages are defined in the plugin-support-1.0.jar
org.apache.geronimo.genesis org.apache.geronimo.plugin
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <parent> <artifactId>plugins</artifactId> <groupId>org.apache.geronimo.genesis.plugins</groupId> <version>1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>plugin-support</artifactId> <name>Genesis Plugins :: Plugin Support</name> <version>1.0</version> <description>Provides common support classes used by plugins.</description> <dependencies> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.6.5</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.1</version> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>