Download maven-tools-0.32.4.jar file - Jar m

Jar examples for m:maven-tools

Description

adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc

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

License

MIT-LICENSE

Build File

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

<dependency>
   <groupId>de.saumya.mojo</groupId>
   <artifactId>maven-tools</artifactId>
   <version>0.32.4</version>
</dependency>
compile group: 'de.saumya.mojo', name: 'maven-tools', version: '0.32.4'
libraryDependencies += "de.saumya.mojo" % "maven-tools" % "0.32.4"
<dependency org="de.saumya.mojo" name="maven-tools" rev="0.32.4"/>
@Grapes(@Grab(group='de.saumya.mojo', module='maven-tools', version='0.32.4'))
'de.saumya.mojo:maven-tools:jar:0.32.4'

Download

Click the following link to download the jar file.

maven-tools-0.32.4-sources.jar
maven-tools-0.32.4.jar
maven-tools-0.32.4.pom



Related Tutorials