Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.lambdadeltal |
ArtifactId | ArtifactIdid-generator-spring-boot |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
id-generator-spring-boot-1.0.0.RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lambdadeltal/id-generator-spring-boot/ -->
<dependency>
<groupId>io.github.lambdadeltal</groupId>
<artifactId>id-generator-spring-boot</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lambdadeltal/id-generator-spring-boot/
implementation 'io.github.lambdadeltal:id-generator-spring-boot:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.lambdadeltal/id-generator-spring-boot/
implementation ("io.github.lambdadeltal:id-generator-spring-boot:1.0.0.RELEASE")
'io.github.lambdadeltal:id-generator-spring-boot:pom:1.0.0.RELEASE'
<dependency org="io.github.lambdadeltal" name="id-generator-spring-boot" rev="1.0.0.RELEASE">
<artifact name="id-generator-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.lambdadeltal', module='id-generator-spring-boot', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.lambdadeltal" % "id-generator-spring-boot" % "1.0.0.RELEASE"
[io.github.lambdadeltal/id-generator-spring-boot "1.0.0.RELEASE"]