| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Ratpack User Interface Web Frameworks |
| GroupId | GroupIdio.ratpack |
| ArtifactId | ArtifactIdratpack-spring-boot-starter |
| Last Version | Last Version2.0.0-rc-1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionratpack-spring-boot-starter
Spring Boot starter for Ratpack - http://projects.spring.io/spring-boot/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ratpack-spring-boot-starter-2.0.0-rc-1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ratpack/ratpack-spring-boot-starter/ -->
<dependency>
<groupId>io.ratpack</groupId>
<artifactId>ratpack-spring-boot-starter</artifactId>
<version>2.0.0-rc-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ratpack/ratpack-spring-boot-starter/
implementation 'io.ratpack:ratpack-spring-boot-starter:2.0.0-rc-1'
// https://jarcasting.com/artifacts/io.ratpack/ratpack-spring-boot-starter/
implementation ("io.ratpack:ratpack-spring-boot-starter:2.0.0-rc-1")
'io.ratpack:ratpack-spring-boot-starter:pom:2.0.0-rc-1'
<dependency org="io.ratpack" name="ratpack-spring-boot-starter" rev="2.0.0-rc-1">
<artifact name="ratpack-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ratpack', module='ratpack-spring-boot-starter', version='2.0.0-rc-1')
)
libraryDependencies += "io.ratpack" % "ratpack-spring-boot-starter" % "2.0.0-rc-1"
[io.ratpack/ratpack-spring-boot-starter "2.0.0-rc-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.ratpack : ratpack-spring-boot | jar | 2.0.0-rc-1 |
| org.springframework.boot : spring-boot-starter | jar | 2.6.3 |
| org.yaml : snakeyaml | jar | 1.30 |
| org.slf4j : slf4j-api | jar | 1.7.36 |