Download maven-tools-0.29.0.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.29.0 in this page.

License

MIT-LICENSE

Build File

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

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

Download

Click the following link to download the jar file.

maven-tools-0.29.0-sources.jar
maven-tools-0.29.0.jar
maven-tools-0.29.0.pom



Related Tutorials