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