Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.sunnus3 |
ArtifactId | ArtifactIdgecco-spring-boot-project |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
gecco-spring-boot-project-1.3.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sunnus3/gecco-spring-boot-project/ -->
<dependency>
<groupId>com.github.sunnus3</groupId>
<artifactId>gecco-spring-boot-project</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sunnus3/gecco-spring-boot-project/
implementation 'com.github.sunnus3:gecco-spring-boot-project:1.3.1'
// https://jarcasting.com/artifacts/com.github.sunnus3/gecco-spring-boot-project/
implementation ("com.github.sunnus3:gecco-spring-boot-project:1.3.1")
'com.github.sunnus3:gecco-spring-boot-project:pom:1.3.1'
<dependency org="com.github.sunnus3" name="gecco-spring-boot-project" rev="1.3.1">
<artifact name="gecco-spring-boot-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sunnus3', module='gecco-spring-boot-project', version='1.3.1')
)
libraryDependencies += "com.github.sunnus3" % "gecco-spring-boot-project" % "1.3.1"
[com.github.sunnus3/gecco-spring-boot-project "1.3.1"]