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