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-1.9.0-rc-1.jar download
ratpack-core-1.9.0-rc-1.pom download
ratpack-core-1.9.0-rc-1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ratpack</groupId>
  <artifactId>ratpack-core</artifactId>
  <version>1.9.0-rc-1</version>
</dependency>
Gradle Groovy
implementation 'io.ratpack:ratpack-core:1.9.0-rc-1'
Gradle Kotlin
implementation("io.ratpack:ratpack-core:1.9.0-rc-1")
Scala SBT
libraryDependencies += "io.ratpack" % "ratpack-core" % "1.9.0-rc-1"
Groovy Grape
@Grapes(
  @Grab(group='io.ratpack', module='ratpack-core', version='1.9.0-rc-1')
)
Apache Ivy
<dependency org="io.ratpack" name="ratpack-core" rev="1.9.0-rc-1" />
Leiningen
[io.ratpack/ratpack-core "1.9.0-rc-1"]
Apache Buildr
'io.ratpack:ratpack-core:jar:1.9.0-rc-1'