Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.roncoo |
ArtifactId | ArtifactIdroncoo-spring-boot-starters |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
roncoo-spring-boot-starters-1.2.2.pom | 760 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.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.roncoo/roncoo-spring-boot-starters/
implementation 'com.roncoo:roncoo-spring-boot-starters:1.2.2'
// https://jarcasting.com/artifacts/com.roncoo/roncoo-spring-boot-starters/
implementation ("com.roncoo:roncoo-spring-boot-starters:1.2.2")
'com.roncoo:roncoo-spring-boot-starters:pom:1.2.2'
<dependency org="com.roncoo" name="roncoo-spring-boot-starters" rev="1.2.2">
<artifact name="roncoo-spring-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.roncoo', module='roncoo-spring-boot-starters', version='1.2.2')
)
libraryDependencies += "com.roncoo" % "roncoo-spring-boot-starters" % "1.2.2"
[com.roncoo/roncoo-spring-boot-starters "1.2.2"]