Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdxyz.seansun |
ArtifactId | ArtifactIdrambutan-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
rambutan-spring-boot-starter-1.0.1.pom | |
rambutan-spring-boot-starter-1.0.1.jar | 534 bytes |
rambutan-spring-boot-starter-1.0.1-sources.jar | 261 bytes |
rambutan-spring-boot-starter-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.seansun/rambutan-spring-boot-starter/ -->
<dependency>
<groupId>xyz.seansun</groupId>
<artifactId>rambutan-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.seansun/rambutan-spring-boot-starter/
implementation 'xyz.seansun:rambutan-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/xyz.seansun/rambutan-spring-boot-starter/
implementation ("xyz.seansun:rambutan-spring-boot-starter:1.0.1")
'xyz.seansun:rambutan-spring-boot-starter:jar:1.0.1'
<dependency org="xyz.seansun" name="rambutan-spring-boot-starter" rev="1.0.1">
<artifact name="rambutan-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.seansun', module='rambutan-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "xyz.seansun" % "rambutan-spring-boot-starter" % "1.0.1"
[xyz.seansun/rambutan-spring-boot-starter "1.0.1"]