Jar examples for s:scala-maven-plugin
The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code of any maven project.
You can download jar file scala-maven-plugin 3.2.2 in this page.
Public domain (Unlicense)
You can use the following script to add scala-maven-plugin-3.2.2.jar to your project.
<dependency> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <version>3.2.2</version> </dependency>
compile group: 'net.alchim31.maven', name: 'scala-maven-plugin', version: '3.2.2'
libraryDependencies += "net.alchim31.maven" % "scala-maven-plugin" % "3.2.2"
<dependency org="net.alchim31.maven" name="scala-maven-plugin" rev="3.2.2"/>
@Grapes(@Grab(group='net.alchim31.maven', module='scala-maven-plugin', version='3.2.2'))
'net.alchim31.maven:scala-maven-plugin:jar:3.2.2'
Click the following link to download the jar file.
scala-maven-plugin-3.2.2-javadoc.jar