License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdjson-logger |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON Logger
Library to allow logging in json format and ability to config automatic logging of environment variables
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-logger-1.0.1.pom | |
json-logger-1.0.1.jar | 5 KB |
json-logger-1.0.1-sources.jar | 3 KB |
json-logger-1.0.1-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/json-logger/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>json-logger</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-logger/
implementation 'com.github.michaelruocco:json-logger:1.0.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-logger/
implementation ("com.github.michaelruocco:json-logger:1.0.1")
'com.github.michaelruocco:json-logger:jar:1.0.1'
<dependency org="com.github.michaelruocco" name="json-logger" rev="1.0.1">
<artifact name="json-logger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='json-logger', version='1.0.1')
)
libraryDependencies += "com.github.michaelruocco" % "json-logger" % "1.0.1"
[com.github.michaelruocco/json-logger "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.savoirtech.logging : slf4j-json-logger | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.github.stefanbirkner : system-rules | jar | 1.16.1 |
org.assertj : assertj-core | jar | 3.8.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.24 |