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