Download maven-common-0.2.5.jar file - Jar m

Jar examples for m:maven-common

Description

Utitlity for maven plugins

You can download jar file maven-common 0.2.5 in this page.

License

Apache 2

Build File

You can use the following script to add maven-common-0.2.5.jar to your project.

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

Download

Click the following link to download the jar file.

maven-common-0.2.5-javadoc.jar
maven-common-0.2.5-sources.jar
maven-common-0.2.5.jar
maven-common-0.2.5.pom



Related Tutorials