is not current version
Last Version 0.4.0

com.github.zeldigas:spring-hocon-property-source 0.3.0

Property source loader for Spring that add support for HOCON format files as property sources

GroupId

GroupId

com.github.zeldigas
ArtifactId

ArtifactId

spring-hocon-property-source
Version

Version

0.3.0
Type

Type

jar

Download spring-hocon-property-source 0.3.0


<!-- https://jarcasting.com/artifacts/com.github.zeldigas/spring-hocon-property-source/ -->
<dependency>
    <groupId>com.github.zeldigas</groupId>
    <artifactId>spring-hocon-property-source</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zeldigas/spring-hocon-property-source/
implementation 'com.github.zeldigas:spring-hocon-property-source:0.3.0'
// https://jarcasting.com/artifacts/com.github.zeldigas/spring-hocon-property-source/
implementation ("com.github.zeldigas:spring-hocon-property-source:0.3.0")
'com.github.zeldigas:spring-hocon-property-source:jar:0.3.0'
<dependency org="com.github.zeldigas" name="spring-hocon-property-source" rev="0.3.0">
  <artifact name="spring-hocon-property-source" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zeldigas', module='spring-hocon-property-source', version='0.3.0')
)
libraryDependencies += "com.github.zeldigas" % "spring-hocon-property-source" % "0.3.0"
[com.github.zeldigas/spring-hocon-property-source "0.3.0"]