Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.roncoo |
ArtifactId | ArtifactIdroncoo-spring-boot-starters |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
roncoo-spring-boot-starters-1.0.6.pom | 674 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.roncoo/roncoo-spring-boot-starters/ -->
<dependency>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-spring-boot-starters</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.roncoo/roncoo-spring-boot-starters/
implementation 'com.roncoo:roncoo-spring-boot-starters:1.0.6'
// https://jarcasting.com/artifacts/com.roncoo/roncoo-spring-boot-starters/
implementation ("com.roncoo:roncoo-spring-boot-starters:1.0.6")
'com.roncoo:roncoo-spring-boot-starters:pom:1.0.6'
<dependency org="com.roncoo" name="roncoo-spring-boot-starters" rev="1.0.6">
<artifact name="roncoo-spring-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.roncoo', module='roncoo-spring-boot-starters', version='1.0.6')
)
libraryDependencies += "com.roncoo" % "roncoo-spring-boot-starters" % "1.0.6"
[com.roncoo/roncoo-spring-boot-starters "1.0.6"]