Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.zon-g |
ArtifactId | ArtifactIdSnowFlake-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
SnowFlake-spring-boot-starter-1.0.0.pom | |
SnowFlake-spring-boot-starter-1.0.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zon-g/SnowFlake-spring-boot-starter/ -->
<dependency>
<groupId>com.github.zon-g</groupId>
<artifactId>SnowFlake-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zon-g/SnowFlake-spring-boot-starter/
implementation 'com.github.zon-g:SnowFlake-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.zon-g/SnowFlake-spring-boot-starter/
implementation ("com.github.zon-g:SnowFlake-spring-boot-starter:1.0.0")
'com.github.zon-g:SnowFlake-spring-boot-starter:jar:1.0.0'
<dependency org="com.github.zon-g" name="SnowFlake-spring-boot-starter" rev="1.0.0">
<artifact name="SnowFlake-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zon-g', module='SnowFlake-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.github.zon-g" % "SnowFlake-spring-boot-starter" % "1.0.0"
[com.github.zon-g/SnowFlake-spring-boot-starter "1.0.0"]