License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.wasiqb.coteafs |
ArtifactId | ArtifactIdconfigs |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYAML, JSON, XML and properties based config file parser.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
configs-2.3.0.pom | |
configs-2.3.0.jar | 18 KB |
configs-2.3.0-sources.jar | 17 KB |
configs-2.3.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/configs/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>configs</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/configs/
implementation 'com.github.wasiqb.coteafs:configs:2.3.0'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/configs/
implementation ("com.github.wasiqb.coteafs:configs:2.3.0")
'com.github.wasiqb.coteafs:configs:jar:2.3.0'
<dependency org="com.github.wasiqb.coteafs" name="configs" rev="2.3.0">
<artifact name="configs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='configs', version='2.3.0')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "configs" % "2.3.0"
[com.github.wasiqb.coteafs/configs "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 29.0-jre |
org.yaml : snakeyaml | jar | 1.26 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 |
org.apache.commons : commons-text | jar | 1.8 |
com.fasterxml.jackson.dataformat : jackson-dataformat-properties | jar | 2.11.1 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.11.1 |
Group / Artifact | Type | Version |
---|---|---|
com.github.wasiqb.coteafs : error | jar | 1.13.0 |
org.apache.commons : commons-lang3 | jar | 3.10 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.1.0 |
com.google.truth : truth | jar | 1.0.1 |