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