Download maven-commons-0.0.2.jar file - Jar m

Jar examples for m:maven-commons

Description

Common classes for custom Maven plugins

You can download jar file maven-commons 0.0.2 in this page.

License

Apache 2.0

Build File

You can use the following script to add maven-commons-0.0.2.jar to your project.

<dependency>
   <groupId>com.vecna</groupId>
   <artifactId>maven-commons</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.vecna', name: 'maven-commons', version: '0.0.2'
libraryDependencies += "com.vecna" % "maven-commons" % "0.0.2"
<dependency org="com.vecna" name="maven-commons" rev="0.0.2"/>
@Grapes(@Grab(group='com.vecna', module='maven-commons', version='0.0.2'))
'com.vecna:maven-commons:jar:0.0.2'

Download

Click the following link to download the jar file.

maven-commons-0.0.2-javadoc.jar
maven-commons-0.0.2-sources.jar
maven-commons-0.0.2.jar
maven-commons-0.0.2.pom



Related Tutorials