is not current version
Last Version 0.12.0

com.github.structlogging:structlogger 0.9.0

Library for structured logging

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.github.structlogging
ArtifactId

ArtifactId

structlogger
Version

Version

0.9.0
Type

Type

jar

Download structlogger 0.9.0


<!-- https://jarcasting.com/artifacts/com.github.structlogging/structlogger/ -->
<dependency>
    <groupId>com.github.structlogging</groupId>
    <artifactId>structlogger</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.structlogging/structlogger/
implementation 'com.github.structlogging:structlogger:0.9.0'
// https://jarcasting.com/artifacts/com.github.structlogging/structlogger/
implementation ("com.github.structlogging:structlogger:0.9.0")
'com.github.structlogging:structlogger:jar:0.9.0'
<dependency org="com.github.structlogging" name="structlogger" rev="0.9.0">
  <artifact name="structlogger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.structlogging', module='structlogger', version='0.9.0')
)
libraryDependencies += "com.github.structlogging" % "structlogger" % "0.9.0"
[com.github.structlogging/structlogger "0.9.0"]