is not current version
Last Version 1.1.0

org.llorllale:jconfigurations 1.0.0

Heavily inspired by jcommander (https://github.com/cbeust/jcommander), but more API-oriented instead of command-line-oriented.

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

org.llorllale
ArtifactId

ArtifactId

jconfigurations
Version

Version

1.0.0
Type

Type

jar

Download jconfigurations 1.0.0


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