Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.springframework.boot.experimental |
ArtifactId | ArtifactIdspring-boot-thin-tools |
Version | Version1.0.24.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-thin-tools-1.0.24.RELEASE.pom | 590 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.boot.experimental/spring-boot-thin-tools/ -->
<dependency>
<groupId>org.springframework.boot.experimental</groupId>
<artifactId>spring-boot-thin-tools</artifactId>
<version>1.0.24.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot.experimental/spring-boot-thin-tools/
implementation 'org.springframework.boot.experimental:spring-boot-thin-tools:1.0.24.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot.experimental/spring-boot-thin-tools/
implementation ("org.springframework.boot.experimental:spring-boot-thin-tools:1.0.24.RELEASE")
'org.springframework.boot.experimental:spring-boot-thin-tools:pom:1.0.24.RELEASE'
<dependency org="org.springframework.boot.experimental" name="spring-boot-thin-tools" rev="1.0.24.RELEASE">
<artifact name="spring-boot-thin-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot.experimental', module='spring-boot-thin-tools', version='1.0.24.RELEASE')
)
libraryDependencies += "org.springframework.boot.experimental" % "spring-boot-thin-tools" % "1.0.24.RELEASE"
[org.springframework.boot.experimental/spring-boot-thin-tools "1.0.24.RELEASE"]