r

ratpack-spring-boot

Integration with Spring Boot for Ratpack applications - http://projects.spring.io/spring-boot/
http://www.ratpack.io
The Apache Software License, Version 2.0
Team Ratpack
Files download
File Operation
ratpack-spring-boot-0.9.14.jar download
ratpack-spring-boot-0.9.14.pom download
ratpack-spring-boot-0.9.14-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ratpack</groupId>
  <artifactId>ratpack-spring-boot</artifactId>
  <version>0.9.14</version>
</dependency>
Gradle Groovy
implementation 'io.ratpack:ratpack-spring-boot:0.9.14'
Gradle Kotlin
implementation("io.ratpack:ratpack-spring-boot:0.9.14")
Scala SBT
libraryDependencies += "io.ratpack" % "ratpack-spring-boot" % "0.9.14"
Groovy Grape
@Grapes(
  @Grab(group='io.ratpack', module='ratpack-spring-boot', version='0.9.14')
)
Apache Ivy
<dependency org="io.ratpack" name="ratpack-spring-boot" rev="0.9.14" />
Leiningen
[io.ratpack/ratpack-spring-boot "0.9.14"]
Apache Buildr
'io.ratpack:ratpack-spring-boot:jar:0.9.14'