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