Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.zc-libre |
ArtifactId | ArtifactIdsnakerflow-spring-boot-stater |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zc-libre/snakerflow-spring-boot-stater/ -->
<dependency>
<groupId>com.github.zc-libre</groupId>
<artifactId>snakerflow-spring-boot-stater</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zc-libre/snakerflow-spring-boot-stater/
implementation 'com.github.zc-libre:snakerflow-spring-boot-stater:2.0.0'
// https://jarcasting.com/artifacts/com.github.zc-libre/snakerflow-spring-boot-stater/
implementation ("com.github.zc-libre:snakerflow-spring-boot-stater:2.0.0")
'com.github.zc-libre:snakerflow-spring-boot-stater:jar:2.0.0'
<dependency org="com.github.zc-libre" name="snakerflow-spring-boot-stater" rev="2.0.0">
<artifact name="snakerflow-spring-boot-stater" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zc-libre', module='snakerflow-spring-boot-stater', version='2.0.0')
)
libraryDependencies += "com.github.zc-libre" % "snakerflow-spring-boot-stater" % "2.0.0"
[com.github.zc-libre/snakerflow-spring-boot-stater "2.0.0"]