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