is not current version
Last Version 0.4.0

net.peachjean.confobj:config-objects 0.1.0

Config Objects - a framework for dynamically implementing "config object" interfaces that are backed by commons-configuration Configuration objects.

Categories

Categories

Net config Application Layer Libs Configuration
GroupId

GroupId

net.peachjean.confobj
ArtifactId

ArtifactId

config-objects
Version

Version

0.1.0
Type

Type

jar

Download config-objects 0.1.0


<!-- https://jarcasting.com/artifacts/net.peachjean.confobj/config-objects/ -->
<dependency>
    <groupId>net.peachjean.confobj</groupId>
    <artifactId>config-objects</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.confobj/config-objects/
implementation 'net.peachjean.confobj:config-objects:0.1.0'
// https://jarcasting.com/artifacts/net.peachjean.confobj/config-objects/
implementation ("net.peachjean.confobj:config-objects:0.1.0")
'net.peachjean.confobj:config-objects:jar:0.1.0'
<dependency org="net.peachjean.confobj" name="config-objects" rev="0.1.0">
  <artifact name="config-objects" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.confobj', module='config-objects', version='0.1.0')
)
libraryDependencies += "net.peachjean.confobj" % "config-objects" % "0.1.0"
[net.peachjean.confobj/config-objects "0.1.0"]