| Categories |
CategoriesConfiguration Application Layer Libs config |
|---|---|
| GroupId | GroupIdorg.llorllale |
| ArtifactId | ArtifactIdjconfigurations |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jconfigurations-0.2.0.pom | |
| jconfigurations-0.2.0.jar | 15 KB |
| jconfigurations-0.2.0-sources.jar | 14 KB |
| jconfigurations-0.2.0-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.llorllale/jconfigurations/ -->
<dependency>
<groupId>org.llorllale</groupId>
<artifactId>jconfigurations</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.llorllale/jconfigurations/
implementation 'org.llorllale:jconfigurations:0.2.0'
// https://jarcasting.com/artifacts/org.llorllale/jconfigurations/
implementation ("org.llorllale:jconfigurations:0.2.0")
'org.llorllale:jconfigurations:jar:0.2.0'
<dependency org="org.llorllale" name="jconfigurations" rev="0.2.0">
<artifact name="jconfigurations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.llorllale', module='jconfigurations', version='0.2.0')
)
libraryDependencies += "org.llorllale" % "jconfigurations" % "0.2.0"
[org.llorllale/jconfigurations "0.2.0"]