r

rocker-runtime

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