Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.kwy.boot |
ArtifactId | ArtifactIdspring-boot |
Version | Version1.5.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-1.5.3.RELEASE.pom | |
spring-boot-1.5.3.RELEASE.jar | 332 KB |
spring-boot-1.5.3.RELEASE-sources.jar | 193 KB |
spring-boot-1.5.3.RELEASE-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kwy.boot/spring-boot/ -->
<dependency>
<groupId>io.kwy.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>1.5.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.kwy.boot/spring-boot/
implementation 'io.kwy.boot:spring-boot:1.5.3.RELEASE'
// https://jarcasting.com/artifacts/io.kwy.boot/spring-boot/
implementation ("io.kwy.boot:spring-boot:1.5.3.RELEASE")
'io.kwy.boot:spring-boot:jar:1.5.3.RELEASE'
<dependency org="io.kwy.boot" name="spring-boot" rev="1.5.3.RELEASE">
<artifact name="spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kwy.boot', module='spring-boot', version='1.5.3.RELEASE')
)
libraryDependencies += "io.kwy.boot" % "spring-boot" % "1.5.3.RELEASE"
[io.kwy.boot/spring-boot "1.5.3.RELEASE"]