is not current version
Last Version 1.0.1-RELEASE

com.oozol:id-spring-boot-starter 1.0.0-RELEASE

Java id-spring-boot-starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.oozol
ArtifactId

ArtifactId

id-spring-boot-starter
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download id-spring-boot-starter 1.0.0-RELEASE


<!-- 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"]