License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Ratpack User Interface Web Frameworks |
GroupId | GroupIdio.ratpack |
ArtifactId | ArtifactIdratpack-spring-boot |
Last Version | Last Version2.0.0-rc-1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionratpack-spring-boot
null
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.ratpack/ratpack-spring-boot/ -->
<dependency>
<groupId>io.ratpack</groupId>
<artifactId>ratpack-spring-boot</artifactId>
<version>2.0.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ratpack/ratpack-spring-boot/
implementation 'io.ratpack:ratpack-spring-boot:2.0.0-rc-1'
// https://jarcasting.com/artifacts/io.ratpack/ratpack-spring-boot/
implementation ("io.ratpack:ratpack-spring-boot:2.0.0-rc-1")
'io.ratpack:ratpack-spring-boot:jar:2.0.0-rc-1'
<dependency org="io.ratpack" name="ratpack-spring-boot" rev="2.0.0-rc-1">
<artifact name="ratpack-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ratpack', module='ratpack-spring-boot', version='2.0.0-rc-1')
)
libraryDependencies += "io.ratpack" % "ratpack-spring-boot" % "2.0.0-rc-1"
[io.ratpack/ratpack-spring-boot "2.0.0-rc-1"]
Group / Artifact | Type | Version |
---|---|---|
io.ratpack : ratpack-core | jar | 2.0.0-rc-1 |
io.ratpack : ratpack-guice | jar | 2.0.0-rc-1 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.3 |