r

rocker-runtime

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