License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.ladutsko |
ArtifactId | ArtifactIdspring-boot-starter-hocon |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-hocon
Strategy to load HOCON files
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-hocon/ -->
<dependency>
<groupId>com.github.ladutsko</groupId>
<artifactId>spring-boot-starter-hocon</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-hocon/
implementation 'com.github.ladutsko:spring-boot-starter-hocon:2.0.0'
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-hocon/
implementation ("com.github.ladutsko:spring-boot-starter-hocon:2.0.0")
'com.github.ladutsko:spring-boot-starter-hocon:jar:2.0.0'
<dependency org="com.github.ladutsko" name="spring-boot-starter-hocon" rev="2.0.0">
<artifact name="spring-boot-starter-hocon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ladutsko', module='spring-boot-starter-hocon', version='2.0.0')
)
libraryDependencies += "com.github.ladutsko" % "spring-boot-starter-hocon" % "2.0.0"
[com.github.ladutsko/spring-boot-starter-hocon "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.typesafe : config | jar | 1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.3.RELEASE |