h

health-config

A module that contains HealthConfig to be shared with light-aws-lambda
Files download
File Operation
health-config-2.1.35.jar download
health-config-2.1.35.pom download
health-config-2.1.35-sources.jar download
Apache Maven
<dependency>
  <groupId>com.networknt</groupId>
  <artifactId>health-config</artifactId>
  <version>2.1.35</version>
</dependency>
Gradle Groovy
implementation 'com.networknt:health-config:2.1.35'
Gradle Kotlin
implementation("com.networknt:health-config:2.1.35")
Scala SBT
libraryDependencies += "com.networknt" % "health-config" % "2.1.35"
Groovy Grape
@Grapes(
  @Grab(group='com.networknt', module='health-config', version='2.1.35')
)
Apache Ivy
<dependency org="com.networknt" name="health-config" rev="2.1.35" />
Leiningen
[com.networknt/health-config "2.1.35"]
Apache Buildr
'com.networknt:health-config:jar:2.1.35'