ParaNamer Ant.
ParaNamer Ant tasks.
Here is the list of declaration for paranamer-ant. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer-ant</artifactId> <version>2.2</version> </dependency>
If you think this Maven repository POM file listing for paranamer-ant is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The paranamer-ant-2.2 has 1 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 |
---|---|---|
Build | ant 1.7.1 Apache Ant | 137 |
The following packages are defined in the paranamer-ant-2.2.jar
com.thoughtworks.paranamer.ant
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer-parent</artifactId> <version>2.2</version> </parent> <artifactId>paranamer-ant</artifactId> <name>ParaNamer Ant</name> <description>ParaNamer Ant tasks</description> <dependencies> <dependency> <groupId>${pom.groupId}</groupId> <artifactId>paranamer-generator</artifactId> <version>${pom.version}</version> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.7.1</version> <scope>compile</scope> </dependency> </dependencies> </project>