Download maven-tools-0.33.2.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.33.2 in this page.

License

MIT-LICENSE

Build File

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

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

Download

Click the following link to download the jar file.

maven-tools-0.33.2-sources.jar
maven-tools-0.33.2.jar
maven-tools-0.33.2.pom



Related Tutorials