Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.networknt |
ArtifactId | ArtifactIdconfig |
Version | Version1.6.34 |
Type | Typejar |
Filename | Size |
---|---|
config-1.6.34.pom | |
config-1.6.34.jar | 24 KB |
config-1.6.34-sources.jar | 16 KB |
config-1.6.34-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.networknt/config/ -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>config</artifactId>
<version>1.6.34</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/config/
implementation 'com.networknt:config:1.6.34'
// https://jarcasting.com/artifacts/com.networknt/config/
implementation ("com.networknt:config:1.6.34")
'com.networknt:config:jar:1.6.34'
<dependency org="com.networknt" name="config" rev="1.6.34">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='config', version='1.6.34')
)
libraryDependencies += "com.networknt" % "config" % "1.6.34"
[com.networknt/config "1.6.34"]