License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdorg.llorllale |
ArtifactId | ArtifactIdjconfigurations |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.llorllale:jconfigurations
Heavily inspired by jcommander (https://github.com/cbeust/jcommander), but more API-oriented instead of command-line-oriented.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jconfigurations-1.1.0.pom | |
jconfigurations-1.1.0.jar | 15 KB |
jconfigurations-1.1.0-sources.jar | 66 KB |
jconfigurations-1.1.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.llorllale/jconfigurations/ -->
<dependency>
<groupId>org.llorllale</groupId>
<artifactId>jconfigurations</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.llorllale/jconfigurations/
implementation 'org.llorllale:jconfigurations:1.1.0'
// https://jarcasting.com/artifacts/org.llorllale/jconfigurations/
implementation ("org.llorllale:jconfigurations:1.1.0")
'org.llorllale:jconfigurations:jar:1.1.0'
<dependency org="org.llorllale" name="jconfigurations" rev="1.1.0">
<artifact name="jconfigurations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.llorllale', module='jconfigurations', version='1.1.0')
)
libraryDependencies += "org.llorllale" % "jconfigurations" % "1.1.0"
[org.llorllale/jconfigurations "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
com.mockrunner : mockrunner-jdbc | jar | 1.1.2 |