is not current version
Last Version 1.0.5

com.github.chrisgleissner.config:config-parent 1.0.4

Java configuration utilities

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.chrisgleissner.config
ArtifactId

ArtifactId

config-parent
Version

Version

1.0.4
Type

Type

pom

Download config-parent 1.0.4

Filename Size
config-parent-1.0.4.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner.config/config-parent/ -->
<dependency>
    <groupId>com.github.chrisgleissner.config</groupId>
    <artifactId>config-parent</artifactId>
    <version>1.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner.config/config-parent/
implementation 'com.github.chrisgleissner.config:config-parent:1.0.4'
// https://jarcasting.com/artifacts/com.github.chrisgleissner.config/config-parent/
implementation ("com.github.chrisgleissner.config:config-parent:1.0.4")
'com.github.chrisgleissner.config:config-parent:pom:1.0.4'
<dependency org="com.github.chrisgleissner.config" name="config-parent" rev="1.0.4">
  <artifact name="config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner.config', module='config-parent', version='1.0.4')
)
libraryDependencies += "com.github.chrisgleissner.config" % "config-parent" % "1.0.4"
[com.github.chrisgleissner.config/config-parent "1.0.4"]