Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.zon-g |
ArtifactId | ArtifactIdSnowFlake-spring-boot-autoconfigure |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zon-g/SnowFlake-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.zon-g</groupId>
<artifactId>SnowFlake-spring-boot-autoconfigure</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zon-g/SnowFlake-spring-boot-autoconfigure/
implementation 'com.github.zon-g:SnowFlake-spring-boot-autoconfigure:1.0.1'
// https://jarcasting.com/artifacts/com.github.zon-g/SnowFlake-spring-boot-autoconfigure/
implementation ("com.github.zon-g:SnowFlake-spring-boot-autoconfigure:1.0.1")
'com.github.zon-g:SnowFlake-spring-boot-autoconfigure:jar:1.0.1'
<dependency org="com.github.zon-g" name="SnowFlake-spring-boot-autoconfigure" rev="1.0.1">
<artifact name="SnowFlake-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zon-g', module='SnowFlake-spring-boot-autoconfigure', version='1.0.1')
)
libraryDependencies += "com.github.zon-g" % "SnowFlake-spring-boot-autoconfigure" % "1.0.1"
[com.github.zon-g/SnowFlake-spring-boot-autoconfigure "1.0.1"]