Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.dcy421 |
ArtifactId | ArtifactIddcy-common-spring-boot-stater |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dcy421/dcy-common-spring-boot-stater/ -->
<dependency>
<groupId>com.github.dcy421</groupId>
<artifactId>dcy-common-spring-boot-stater</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcy421/dcy-common-spring-boot-stater/
implementation 'com.github.dcy421:dcy-common-spring-boot-stater:0.0.1'
// https://jarcasting.com/artifacts/com.github.dcy421/dcy-common-spring-boot-stater/
implementation ("com.github.dcy421:dcy-common-spring-boot-stater:0.0.1")
'com.github.dcy421:dcy-common-spring-boot-stater:jar:0.0.1'
<dependency org="com.github.dcy421" name="dcy-common-spring-boot-stater" rev="0.0.1">
<artifact name="dcy-common-spring-boot-stater" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcy421', module='dcy-common-spring-boot-stater', version='0.0.1')
)
libraryDependencies += "com.github.dcy421" % "dcy-common-spring-boot-stater" % "0.0.1"
[com.github.dcy421/dcy-common-spring-boot-stater "0.0.1"]