License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.echobox |
ArtifactId | ArtifactIdebx-structuredlogging-sdk |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionebx-structuredlogging-sdk
ebx-structuredlogging-sdk intends to make including structured logging data as easy as possible.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.echobox/ebx-structuredlogging-sdk/ -->
<dependency>
<groupId>com.echobox</groupId>
<artifactId>ebx-structuredlogging-sdk</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.echobox/ebx-structuredlogging-sdk/
implementation 'com.echobox:ebx-structuredlogging-sdk:1.0.0'
// https://jarcasting.com/artifacts/com.echobox/ebx-structuredlogging-sdk/
implementation ("com.echobox:ebx-structuredlogging-sdk:1.0.0")
'com.echobox:ebx-structuredlogging-sdk:jar:1.0.0'
<dependency org="com.echobox" name="ebx-structuredlogging-sdk" rev="1.0.0">
<artifact name="ebx-structuredlogging-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.echobox', module='ebx-structuredlogging-sdk', version='1.0.0')
)
libraryDependencies += "com.echobox" % "ebx-structuredlogging-sdk" % "1.0.0"
[com.echobox/ebx-structuredlogging-sdk "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-ext | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
net.logstash.logback : logstash-logback-encoder | jar | 6.4 |