License |
License |
---|---|
Categories |
CategoriesJSON Data Logback Application Layer Libs Logging |
GroupId | GroupIdcom.themodernway |
ArtifactId | ArtifactIdlogback-json-core |
Last Version | Last Version2.0.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogback-JSON-Core
Logback-JSON-Core is common integfaces and utility classes for Logback JSON support.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.themodernway/logback-json-core/ -->
<dependency>
<groupId>com.themodernway</groupId>
<artifactId>logback-json-core</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.themodernway/logback-json-core/
implementation 'com.themodernway:logback-json-core:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.themodernway/logback-json-core/
implementation ("com.themodernway:logback-json-core:2.0.1-RELEASE")
'com.themodernway:logback-json-core:jar:2.0.1-RELEASE'
<dependency org="com.themodernway" name="logback-json-core" rev="2.0.1-RELEASE">
<artifact name="logback-json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.themodernway', module='logback-json-core', version='2.0.1-RELEASE')
)
libraryDependencies += "com.themodernway" % "logback-json-core" % "2.0.1-RELEASE"
[com.themodernway/logback-json-core "2.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.9.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.6 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.6 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.6 |
org.codehaus.groovy : groovy-all | jar | 2.4.15 |
org.spockframework : spock-core | jar | 1.1-groovy-2.4 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
org.slf4j : jul-to-slf4j | jar | 1.7.25 |
commons-logging : commons-logging | jar | 1.2 |