License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.github.structlogging |
ArtifactId | ArtifactIdstructlogger-example |
Version | Version0.12.0 |
Type | Typejar |
Description |
Descriptioncom.github.structlogging:structlogger-example
Example usage of library for structured logging
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
structlogger-example-0.12.0.pom | |
structlogger-example-0.12.0.jar | 20 KB |
structlogger-example-0.12.0-sources.jar | 17 KB |
structlogger-example-0.12.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.structlogging/structlogger-example/ -->
<dependency>
<groupId>com.github.structlogging</groupId>
<artifactId>structlogger-example</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.structlogging/structlogger-example/
implementation 'com.github.structlogging:structlogger-example:0.12.0'
// https://jarcasting.com/artifacts/com.github.structlogging/structlogger-example/
implementation ("com.github.structlogging:structlogger-example:0.12.0")
'com.github.structlogging:structlogger-example:jar:0.12.0'
<dependency org="com.github.structlogging" name="structlogger-example" rev="0.12.0">
<artifact name="structlogger-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.structlogging', module='structlogger-example', version='0.12.0')
)
libraryDependencies += "com.github.structlogging" % "structlogger-example" % "0.12.0"
[com.github.structlogging/structlogger-example "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.structlogging : structlogger | jar | 0.12.0 |
org.slf4j : slf4j-api | jar | |
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
org.apache.kafka : kafka-clients | jar | 1.0.0 |