spring-boot-starter-hocon

Strategy to load HOCON files

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.ladutsko
ArtifactId

ArtifactId

spring-boot-starter-hocon
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-starter-hocon
Strategy to load HOCON files
Project URL

Project URL

https://github.com/ladutsko/spring-boot-starter-hocon

Download spring-boot-starter-hocon

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.typesafe : config jar 1.3.3

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.0.3.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.0