Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.zc-libre |
ArtifactId | ArtifactIdsnakerflow-spring-boot-stater |
Version | Version2.0.3 |
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.3</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.3'
// https://jarcasting.com/artifacts/com.github.zc-libre/snakerflow-spring-boot-stater/
implementation ("com.github.zc-libre:snakerflow-spring-boot-stater:2.0.3")
'com.github.zc-libre:snakerflow-spring-boot-stater:jar:2.0.3'
<dependency org="com.github.zc-libre" name="snakerflow-spring-boot-stater" rev="2.0.3">
<artifact name="snakerflow-spring-boot-stater" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zc-libre', module='snakerflow-spring-boot-stater', version='2.0.3')
)
libraryDependencies += "com.github.zc-libre" % "snakerflow-spring-boot-stater" % "2.0.3"
[com.github.zc-libre/snakerflow-spring-boot-stater "2.0.3"]