is not current version
Last Version 2.1.1

com.networknt:env-config 2.0.24

Environmental Config for Lambda for seldom changed properties

Categories

Categories

Net config Application Layer Libs Configuration
GroupId

GroupId

com.networknt
ArtifactId

ArtifactId

env-config
Version

Version

2.0.24
Type

Type

jar

Download env-config 2.0.24


<!-- https://jarcasting.com/artifacts/com.networknt/env-config/ -->
<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>env-config</artifactId>
    <version>2.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.networknt/env-config/
implementation 'com.networknt:env-config:2.0.24'
// https://jarcasting.com/artifacts/com.networknt/env-config/
implementation ("com.networknt:env-config:2.0.24")
'com.networknt:env-config:jar:2.0.24'
<dependency org="com.networknt" name="env-config" rev="2.0.24">
  <artifact name="env-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.networknt', module='env-config', version='2.0.24')
)
libraryDependencies += "com.networknt" % "env-config" % "2.0.24"
[com.networknt/env-config "2.0.24"]