License |
License |
---|---|
GroupId | GroupIdcom.github.stuxuhai |
ArtifactId | ArtifactIdlog4j2-kafka |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlog4j2-kafka
Kafka appender for Log4j2
|
Filename | Size |
---|---|
log4j2-kafka-1.0.pom | |
log4j2-kafka-1.0.jar | 7 KB |
log4j2-kafka-1.0-sources.jar | 2 KB |
log4j2-kafka-1.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stuxuhai/log4j2-kafka/ -->
<dependency>
<groupId>com.github.stuxuhai</groupId>
<artifactId>log4j2-kafka</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stuxuhai/log4j2-kafka/
implementation 'com.github.stuxuhai:log4j2-kafka:1.0'
// https://jarcasting.com/artifacts/com.github.stuxuhai/log4j2-kafka/
implementation ("com.github.stuxuhai:log4j2-kafka:1.0")
'com.github.stuxuhai:log4j2-kafka:jar:1.0'
<dependency org="com.github.stuxuhai" name="log4j2-kafka" rev="1.0">
<artifact name="log4j2-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stuxuhai', module='log4j2-kafka', version='1.0')
)
libraryDependencies += "com.github.stuxuhai" % "log4j2-kafka" % "1.0"
[com.github.stuxuhai/log4j2-kafka "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.0.2 |
org.apache.logging.log4j : log4j-core | jar | 2.0.2 |
com.lmax : disruptor | jar | 3.3.0 |
org.scala-lang : scala-library | jar | 2.10.4 |
org.apache.kafka : kafka_2.10 | jar | 0.8.1.1 |