| License |
License |
|---|---|
| Categories |
CategoriesNet config Application Layer Libs Configuration |
| GroupId | GroupIdcom.networknt |
| ArtifactId | ArtifactIdconfig |
| Last Version | Last Version2.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA module that handles externalized configuration files.
|
| Filename | Size |
|---|---|
| config-2.1.1.pom | |
| config-2.1.1.jar | 24 KB |
| config-2.1.1-sources.jar | 16 KB |
| config-2.1.1-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/config/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>config</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/config/
implementation 'com.networknt:config:2.1.1'
// https://jarcasting.com/artifacts/com.networknt/config/
implementation ("com.networknt:config:2.1.1")
'com.networknt:config:jar:2.1.1'
<dependency org="com.networknt" name="config" rev="2.1.1">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='config', version='2.1.1')
)
libraryDependencies += "com.networknt" % "config" % "2.1.1"
[com.networknt/config "2.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.12.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.1 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.owasp.encoder : encoder | jar | 1.2.1 |
| org.yaml : snakeyaml | jar | 1.26 |
| com.networknt : decryptor | jar | 2.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.7 |
| junit : junit | jar | 4.13.1 |