is not current version
Last Version 2.0.0-rc-1

io.ratpack:ratpack-spring-boot-starter 1.8.0

Spring Boot starter for Ratpack - http://projects.spring.io/spring-boot/

Categories

Categories

Spring Boot Container Microservices Ratpack User Interface Web Frameworks
GroupId

GroupId

io.ratpack
ArtifactId

ArtifactId

ratpack-spring-boot-starter
Version

Version

1.8.0
Type

Type

pom

Download ratpack-spring-boot-starter 1.8.0


<!-- https://jarcasting.com/artifacts/io.ratpack/ratpack-spring-boot-starter/ -->
<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-spring-boot-starter</artifactId>
    <version>1.8.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ratpack/ratpack-spring-boot-starter/
implementation 'io.ratpack:ratpack-spring-boot-starter:1.8.0'
// https://jarcasting.com/artifacts/io.ratpack/ratpack-spring-boot-starter/
implementation ("io.ratpack:ratpack-spring-boot-starter:1.8.0")
'io.ratpack:ratpack-spring-boot-starter:pom:1.8.0'
<dependency org="io.ratpack" name="ratpack-spring-boot-starter" rev="1.8.0">
  <artifact name="ratpack-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ratpack', module='ratpack-spring-boot-starter', version='1.8.0')
)
libraryDependencies += "io.ratpack" % "ratpack-spring-boot-starter" % "1.8.0"
[io.ratpack/ratpack-spring-boot-starter "1.8.0"]