Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.oozol |
ArtifactId | ArtifactIdid-spring-boot-starter |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.oozol/id-spring-boot-starter/ -->
<dependency>
<groupId>com.oozol</groupId>
<artifactId>id-spring-boot-starter</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.oozol/id-spring-boot-starter/
implementation 'com.oozol:id-spring-boot-starter:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.oozol/id-spring-boot-starter/
implementation ("com.oozol:id-spring-boot-starter:1.0.0-RELEASE")
'com.oozol:id-spring-boot-starter:jar:1.0.0-RELEASE'
<dependency org="com.oozol" name="id-spring-boot-starter" rev="1.0.0-RELEASE">
<artifact name="id-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oozol', module='id-spring-boot-starter', version='1.0.0-RELEASE')
)
libraryDependencies += "com.oozol" % "id-spring-boot-starter" % "1.0.0-RELEASE"
[com.oozol/id-spring-boot-starter "1.0.0-RELEASE"]