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