r

rocker-runtime

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