is not current version
Last Version 1.0.5

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

Java configuration utilities

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.chrisgleissner.config
ArtifactId

ArtifactId

config-parent
Version

Version

1.0.1
Type

Type

pom

Download config-parent 1.0.1

Filename Size
config-parent-1.0.1.pom 8 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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner.config/config-parent/
implementation 'com.github.chrisgleissner.config:config-parent:1.0.1'
// https://jarcasting.com/artifacts/com.github.chrisgleissner.config/config-parent/
implementation ("com.github.chrisgleissner.config:config-parent:1.0.1")
'com.github.chrisgleissner.config:config-parent:pom:1.0.1'
<dependency org="com.github.chrisgleissner.config" name="config-parent" rev="1.0.1">
  <artifact name="config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner.config', module='config-parent', version='1.0.1')
)
libraryDependencies += "com.github.chrisgleissner.config" % "config-parent" % "1.0.1"
[com.github.chrisgleissner.config/config-parent "1.0.1"]