is not current version
Last Version 2.0.1-RELEASE

com.themodernway:logback-json-core 2.0.0-RELEASE

Logback-JSON-Core is common integfaces and utility classes for Logback JSON support.

Categories

Categories

JSON Data Logback Application Layer Libs Logging
GroupId

GroupId

com.themodernway
ArtifactId

ArtifactId

logback-json-core
Version

Version

2.0.0-RELEASE
Type

Type

jar

Download logback-json-core 2.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.themodernway/logback-json-core/ -->
<dependency>
    <groupId>com.themodernway</groupId>
    <artifactId>logback-json-core</artifactId>
    <version>2.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.themodernway/logback-json-core/
implementation 'com.themodernway:logback-json-core:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.themodernway/logback-json-core/
implementation ("com.themodernway:logback-json-core:2.0.0-RELEASE")
'com.themodernway:logback-json-core:jar:2.0.0-RELEASE'
<dependency org="com.themodernway" name="logback-json-core" rev="2.0.0-RELEASE">
  <artifact name="logback-json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.themodernway', module='logback-json-core', version='2.0.0-RELEASE')
)
libraryDependencies += "com.themodernway" % "logback-json-core" % "2.0.0-RELEASE"
[com.themodernway/logback-json-core "2.0.0-RELEASE"]