Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.jerrymice |
ArtifactId | ArtifactIdspring-boot-starter-jerrymice |
Version | Version0.0.2.beta8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jerrymice/spring-boot-starter-jerrymice/ -->
<dependency>
<groupId>com.github.jerrymice</groupId>
<artifactId>spring-boot-starter-jerrymice</artifactId>
<version>0.0.2.beta8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerrymice/spring-boot-starter-jerrymice/
implementation 'com.github.jerrymice:spring-boot-starter-jerrymice:0.0.2.beta8'
// https://jarcasting.com/artifacts/com.github.jerrymice/spring-boot-starter-jerrymice/
implementation ("com.github.jerrymice:spring-boot-starter-jerrymice:0.0.2.beta8")
'com.github.jerrymice:spring-boot-starter-jerrymice:jar:0.0.2.beta8'
<dependency org="com.github.jerrymice" name="spring-boot-starter-jerrymice" rev="0.0.2.beta8">
<artifact name="spring-boot-starter-jerrymice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jerrymice', module='spring-boot-starter-jerrymice', version='0.0.2.beta8')
)
libraryDependencies += "com.github.jerrymice" % "spring-boot-starter-jerrymice" % "0.0.2.beta8"
[com.github.jerrymice/spring-boot-starter-jerrymice "0.0.2.beta8"]