License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.computelab |
ArtifactId | ArtifactIdconfig |
Version | Version0.2.1 |
Type | Typejar |
Description |
Descriptionconfig
Configuration in plain Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
config-0.2.1.pom | |
config-0.2.1.jar | 25 KB |
config-0.2.1-sources.jar | 14 KB |
config-0.2.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.computelab/config/ -->
<dependency>
<groupId>org.computelab</groupId>
<artifactId>config</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.computelab/config/
implementation 'org.computelab:config:0.2.1'
// https://jarcasting.com/artifacts/org.computelab/config/
implementation ("org.computelab:config:0.2.1")
'org.computelab:config:jar:0.2.1'
<dependency org="org.computelab" name="config" rev="0.2.1">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.computelab', module='config', version='0.2.1')
)
libraryDependencies += "org.computelab" % "config" % "0.2.1"
[org.computelab/config "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.2 |
com.google.guava : guava | jar | 23.6-jre |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.13.0 |
org.apache.commons : commons-lang3 | jar | 3.7 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |