r

rocker-compiler

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