License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.crosslibs |
ArtifactId | ArtifactIdextensible-json-layout |
Version | Version2.9.0 |
Type | Typejar |
Description |
DescriptionExtensible Log4j2 JSON Layout
Extend Log4j2 JSON layout with custom fields
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.crosslibs/extensible-json-layout/ -->
<dependency>
<groupId>org.crosslibs</groupId>
<artifactId>extensible-json-layout</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.crosslibs/extensible-json-layout/
implementation 'org.crosslibs:extensible-json-layout:2.9.0'
// https://jarcasting.com/artifacts/org.crosslibs/extensible-json-layout/
implementation ("org.crosslibs:extensible-json-layout:2.9.0")
'org.crosslibs:extensible-json-layout:jar:2.9.0'
<dependency org="org.crosslibs" name="extensible-json-layout" rev="2.9.0">
<artifact name="extensible-json-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crosslibs', module='extensible-json-layout', version='2.9.0')
)
libraryDependencies += "org.crosslibs" % "extensible-json-layout" % "2.9.0"
[org.crosslibs/extensible-json-layout "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j | jar | 2.9.0 |
org.apache.logging.log4j : log4j-api | jar | 2.9.0 |
org.apache.logging.log4j : log4j-core | jar | 2.9.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.9.0 |
org.apache.logging.log4j : log4j-core | jar | 2.9.0 |
junit : junit | jar | 4.12 |