Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.sunnus3 |
ArtifactId | ArtifactIdgecco-spring-boot-samples |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sunnus3/gecco-spring-boot-samples/ -->
<dependency>
<groupId>com.github.sunnus3</groupId>
<artifactId>gecco-spring-boot-samples</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sunnus3/gecco-spring-boot-samples/
implementation 'com.github.sunnus3:gecco-spring-boot-samples:1.3.0'
// https://jarcasting.com/artifacts/com.github.sunnus3/gecco-spring-boot-samples/
implementation ("com.github.sunnus3:gecco-spring-boot-samples:1.3.0")
'com.github.sunnus3:gecco-spring-boot-samples:jar:1.3.0'
<dependency org="com.github.sunnus3" name="gecco-spring-boot-samples" rev="1.3.0">
<artifact name="gecco-spring-boot-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sunnus3', module='gecco-spring-boot-samples', version='1.3.0')
)
libraryDependencies += "com.github.sunnus3" % "gecco-spring-boot-samples" % "1.3.0"
[com.github.sunnus3/gecco-spring-boot-samples "1.3.0"]