r

ratpack-core

The core HTTP and composition mechanisms of Ratpack
http://www.ratpack.io
The Apache Software License, Version 2.0
Team Ratpack
Files download
File Operation
ratpack-core-0.9.9.jar download
ratpack-core-0.9.9.pom download
ratpack-core-0.9.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ratpack</groupId>
  <artifactId>ratpack-core</artifactId>
  <version>0.9.9</version>
</dependency>
Gradle Groovy
implementation 'io.ratpack:ratpack-core:0.9.9'
Gradle Kotlin
implementation("io.ratpack:ratpack-core:0.9.9")
Scala SBT
libraryDependencies += "io.ratpack" % "ratpack-core" % "0.9.9"
Groovy Grape
@Grapes(
  @Grab(group='io.ratpack', module='ratpack-core', version='0.9.9')
)
Apache Ivy
<dependency org="io.ratpack" name="ratpack-core" rev="0.9.9" />
Leiningen
[io.ratpack/ratpack-core "0.9.9"]
Apache Buildr
'io.ratpack:ratpack-core:jar:0.9.9'