a

analytics-mdc-core

A library to simplify slf4j MDC usage, see https://github.com/Hippoom/scaleworks-analytics-eco for more detail.
https://github.com/Hippoom/scaleworks-analytics-eco
The Apache License 2.0
Yugang Zhou
Files download
File Operation
analytics-mdc-core-0.1.0.jar download
analytics-mdc-core-0.1.0.pom download
analytics-mdc-core-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hippoom</groupId>
  <artifactId>analytics-mdc-core</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hippoom:analytics-mdc-core:0.1.0'
Gradle Kotlin
implementation("com.github.hippoom:analytics-mdc-core:0.1.0")
Scala SBT
libraryDependencies += "com.github.hippoom" % "analytics-mdc-core" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hippoom', module='analytics-mdc-core', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.hippoom" name="analytics-mdc-core" rev="0.1.0" />
Leiningen
[com.github.hippoom/analytics-mdc-core "0.1.0"]
Apache Buildr
'com.github.hippoom:analytics-mdc-core:jar:0.1.0'