r

rocker-runtime

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