Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcc.kevinlu |
ArtifactId | ArtifactIdsnowman-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
snowman-spring-boot-starter-1.0.1.pom | |
snowman-spring-boot-starter-1.0.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.kevinlu/snowman-spring-boot-starter/ -->
<dependency>
<groupId>cc.kevinlu</groupId>
<artifactId>snowman-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cc.kevinlu/snowman-spring-boot-starter/
implementation 'cc.kevinlu:snowman-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/cc.kevinlu/snowman-spring-boot-starter/
implementation ("cc.kevinlu:snowman-spring-boot-starter:1.0.1")
'cc.kevinlu:snowman-spring-boot-starter:jar:1.0.1'
<dependency org="cc.kevinlu" name="snowman-spring-boot-starter" rev="1.0.1">
<artifact name="snowman-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.kevinlu', module='snowman-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "cc.kevinlu" % "snowman-spring-boot-starter" % "1.0.1"
[cc.kevinlu/snowman-spring-boot-starter "1.0.1"]