License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.tperamaki |
ArtifactId | ArtifactIdlog4j-json-layout |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionLog4j JSON layout
JSON layout for Log4j
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log4j-json-layout-2.0.0.pom | |
log4j-json-layout-2.0.0.jar | 4 KB |
log4j-json-layout-2.0.0-sources.jar | 3 KB |
log4j-json-layout-2.0.0-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tperamaki/log4j-json-layout/ -->
<dependency>
<groupId>com.tperamaki</groupId>
<artifactId>log4j-json-layout</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tperamaki/log4j-json-layout/
implementation 'com.tperamaki:log4j-json-layout:2.0.0'
// https://jarcasting.com/artifacts/com.tperamaki/log4j-json-layout/
implementation ("com.tperamaki:log4j-json-layout:2.0.0")
'com.tperamaki:log4j-json-layout:jar:2.0.0'
<dependency org="com.tperamaki" name="log4j-json-layout" rev="2.0.0">
<artifact name="log4j-json-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tperamaki', module='log4j-json-layout', version='2.0.0')
)
libraryDependencies += "com.tperamaki" % "log4j-json-layout" % "2.0.0"
[com.tperamaki/log4j-json-layout "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |