Download scala-mojo-support-1.12.jar file - Jar s

Jar examples for s:scala-mojo-support

Description

The scala-mojo-support project contains helper code for creating Mojos in scala.

You can download jar file scala-mojo-support 1.12 in this page.

License

BSD

Build File

You can use the following script to add scala-mojo-support-1.12.jar to your project.

<dependency>
   <groupId>org.fusesource.mvnplugins</groupId>
   <artifactId>scala-mojo-support</artifactId>
   <version>1.12</version>
</dependency>
compile group: 'org.fusesource.mvnplugins', name: 'scala-mojo-support', version: '1.12'
libraryDependencies += "org.fusesource.mvnplugins" % "scala-mojo-support" % "1.12"
<dependency org="org.fusesource.mvnplugins" name="scala-mojo-support" rev="1.12"/>
@Grapes(@Grab(group='org.fusesource.mvnplugins', module='scala-mojo-support', version='1.12'))
'org.fusesource.mvnplugins:scala-mojo-support:jar:1.12'

Download

Click the following link to download the jar file.

scala-mojo-support-1.12-javadoc.jar
scala-mojo-support-1.12-sources.jar
scala-mojo-support-1.12.jar
scala-mojo-support-1.12.pom



Related Tutorials