r

rocker-maven-plugin

Files download
File Operation
rocker-maven-plugin-1.2.2.jar download
rocker-maven-plugin-1.2.2.pom download
rocker-maven-plugin-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fizzed</groupId>
  <artifactId>rocker-maven-plugin</artifactId>
  <version>1.2.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.fizzed:rocker-maven-plugin:1.2.2'
Gradle Kotlin
implementation("com.fizzed:rocker-maven-plugin:1.2.2")
Scala SBT
libraryDependencies += "com.fizzed" % "rocker-maven-plugin" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.fizzed', module='rocker-maven-plugin', version='1.2.2')
)
Apache Ivy
<dependency org="com.fizzed" name="rocker-maven-plugin" rev="1.2.2" />
Leiningen
[com.fizzed/rocker-maven-plugin "1.2.2"]
Apache Buildr
'com.fizzed:rocker-maven-plugin:jar:1.2.2'