License |
License |
---|---|
Categories |
CategoriesSLF4J Application Layer Libs Logging |
GroupId | GroupIdcom.denghb |
ArtifactId | ArtifactIdslf4j2elk |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionslf4j2elk
ELK(elasticsearch,logstash,kibana) client for Slf4j
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
slf4j2elk-1.0.3.pom | |
slf4j2elk-1.0.3.jar | 17 KB |
slf4j2elk-1.0.3-sources.jar | 12 KB |
slf4j2elk-1.0.3-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.denghb/slf4j2elk/ -->
<dependency>
<groupId>com.denghb</groupId>
<artifactId>slf4j2elk</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.denghb/slf4j2elk/
implementation 'com.denghb:slf4j2elk:1.0.3'
// https://jarcasting.com/artifacts/com.denghb/slf4j2elk/
implementation ("com.denghb:slf4j2elk:1.0.3")
'com.denghb:slf4j2elk:jar:1.0.3'
<dependency org="com.denghb" name="slf4j2elk" rev="1.0.3">
<artifact name="slf4j2elk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.denghb', module='slf4j2elk', version='1.0.3')
)
libraryDependencies += "com.denghb" % "slf4j2elk" % "1.0.3"
[com.denghb/slf4j2elk "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |