c

correlation-config

A config module for correlation that is used in light-4j and light-aws-lambda.
Files download
File Operation
correlation-config-2.1.36.jar download
correlation-config-2.1.36.pom download
correlation-config-2.1.36-sources.jar download
Apache Maven
<dependency>
  <groupId>com.networknt</groupId>
  <artifactId>correlation-config</artifactId>
  <version>2.1.36</version>
</dependency>
Gradle Groovy
implementation 'com.networknt:correlation-config:2.1.36'
Gradle Kotlin
implementation("com.networknt:correlation-config:2.1.36")
Scala SBT
libraryDependencies += "com.networknt" % "correlation-config" % "2.1.36"
Groovy Grape
@Grapes(
  @Grab(group='com.networknt', module='correlation-config', version='2.1.36')
)
Apache Ivy
<dependency org="com.networknt" name="correlation-config" rev="2.1.36" />
Leiningen
[com.networknt/correlation-config "2.1.36"]
Apache Buildr
'com.networknt:correlation-config:jar:2.1.36'