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