Download scala-mojo-support-1.10.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.10 in this page.

License

BSD

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials