is not current version
Last Version 1.0

com.sabre.oss.conf4j:conf4j-example-spring-boot 0.9


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.sabre.oss.conf4j
ArtifactId

ArtifactId

conf4j-example-spring-boot
Version

Version

0.9
Type

Type

jar

Download conf4j-example-spring-boot 0.9


<!-- https://jarcasting.com/artifacts/com.sabre.oss.conf4j/conf4j-example-spring-boot/ -->
<dependency>
    <groupId>com.sabre.oss.conf4j</groupId>
    <artifactId>conf4j-example-spring-boot</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sabre.oss.conf4j/conf4j-example-spring-boot/
implementation 'com.sabre.oss.conf4j:conf4j-example-spring-boot:0.9'
// https://jarcasting.com/artifacts/com.sabre.oss.conf4j/conf4j-example-spring-boot/
implementation ("com.sabre.oss.conf4j:conf4j-example-spring-boot:0.9")
'com.sabre.oss.conf4j:conf4j-example-spring-boot:jar:0.9'
<dependency org="com.sabre.oss.conf4j" name="conf4j-example-spring-boot" rev="0.9">
  <artifact name="conf4j-example-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sabre.oss.conf4j', module='conf4j-example-spring-boot', version='0.9')
)
libraryDependencies += "com.sabre.oss.conf4j" % "conf4j-example-spring-boot" % "0.9"
[com.sabre.oss.conf4j/conf4j-example-spring-boot "0.9"]