Download maven-doxia-tools-1.0.2.jar file - Jar m

Jar examples for m:maven-doxia-tools

Description

A collection of tools to help the integration of Doxia in Maven plugins.

You can download jar file maven-doxia-tools 1.0.2 in this page.

License

Apache License

Build File

You can use the following script to add maven-doxia-tools-1.0.2.jar to your project.

<dependency>
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-doxia-tools</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'org.apache.maven.shared', name: 'maven-doxia-tools', version: '1.0.2'
libraryDependencies += "org.apache.maven.shared" % "maven-doxia-tools" % "1.0.2"
<dependency org="org.apache.maven.shared" name="maven-doxia-tools" rev="1.0.2"/>
@Grapes(@Grab(group='org.apache.maven.shared', module='maven-doxia-tools', version='1.0.2'))
'org.apache.maven.shared:maven-doxia-tools:jar:1.0.2'

Download

Click the following link to download the jar file.

maven-doxia-tools-1.0.2-javadoc.jar
maven-doxia-tools-1.0.2-sources.jar
maven-doxia-tools-1.0.2.jar
maven-doxia-tools-1.0.2.pom



Related Tutorials