License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdio.github.lambdadeltal |
ArtifactId | ArtifactIdid-generator-spring-boot-autoconfigure |
Last Version | Last Version2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionid-generator-spring-boot-autoconfigure
a spring boot starter for id generator
|
<!-- https://jarcasting.com/artifacts/io.github.lambdadeltal/id-generator-spring-boot-autoconfigure/ -->
<dependency>
<groupId>io.github.lambdadeltal</groupId>
<artifactId>id-generator-spring-boot-autoconfigure</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lambdadeltal/id-generator-spring-boot-autoconfigure/
implementation 'io.github.lambdadeltal:id-generator-spring-boot-autoconfigure:2.3'
// https://jarcasting.com/artifacts/io.github.lambdadeltal/id-generator-spring-boot-autoconfigure/
implementation ("io.github.lambdadeltal:id-generator-spring-boot-autoconfigure:2.3")
'io.github.lambdadeltal:id-generator-spring-boot-autoconfigure:jar:2.3'
<dependency org="io.github.lambdadeltal" name="id-generator-spring-boot-autoconfigure" rev="2.3">
<artifact name="id-generator-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lambdadeltal', module='id-generator-spring-boot-autoconfigure', version='2.3')
)
libraryDependencies += "io.github.lambdadeltal" % "id-generator-spring-boot-autoconfigure" % "2.3"
[io.github.lambdadeltal/id-generator-spring-boot-autoconfigure "2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
com.lxm » id-generator-interface | jar | 2.3 |
com.lxm » id-generator-core | jar | 2.3 |
org.projectlombok : lombok Optional | jar | 1.18.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |