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