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