Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdfr.redfroggy |
ArtifactId | ArtifactIdilg-spring-boot-starter |
Version | Version1.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.redfroggy/ilg-spring-boot-starter/ -->
<dependency>
<groupId>fr.redfroggy</groupId>
<artifactId>ilg-spring-boot-starter</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.redfroggy/ilg-spring-boot-starter/
implementation 'fr.redfroggy:ilg-spring-boot-starter:1.7.1'
// https://jarcasting.com/artifacts/fr.redfroggy/ilg-spring-boot-starter/
implementation ("fr.redfroggy:ilg-spring-boot-starter:1.7.1")
'fr.redfroggy:ilg-spring-boot-starter:jar:1.7.1'
<dependency org="fr.redfroggy" name="ilg-spring-boot-starter" rev="1.7.1">
<artifact name="ilg-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.redfroggy', module='ilg-spring-boot-starter', version='1.7.1')
)
libraryDependencies += "fr.redfroggy" % "ilg-spring-boot-starter" % "1.7.1"
[fr.redfroggy/ilg-spring-boot-starter "1.7.1"]