| License |
License |
|---|---|
| Categories |
CategoriesLogback Application Layer Libs Logging |
| GroupId | GroupIdcom.github.ptgoetz |
| ArtifactId | ArtifactIdlogback-kafka |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlogback-kafka
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| logback-kafka-0.1.0.pom | |
| logback-kafka-0.1.0.jar | 6 KB |
| logback-kafka-0.1.0-sources.jar | 3 KB |
| logback-kafka-0.1.0-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ptgoetz/logback-kafka/ -->
<dependency>
<groupId>com.github.ptgoetz</groupId>
<artifactId>logback-kafka</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptgoetz/logback-kafka/
implementation 'com.github.ptgoetz:logback-kafka:0.1.0'
// https://jarcasting.com/artifacts/com.github.ptgoetz/logback-kafka/
implementation ("com.github.ptgoetz:logback-kafka:0.1.0")
'com.github.ptgoetz:logback-kafka:jar:0.1.0'
<dependency org="com.github.ptgoetz" name="logback-kafka" rev="0.1.0">
<artifact name="logback-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptgoetz', module='logback-kafka', version='0.1.0')
)
libraryDependencies += "com.github.ptgoetz" % "logback-kafka" % "0.1.0"
[com.github.ptgoetz/logback-kafka "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| kafka » kafka | jar | 0.7.1 |
| org.scala-lang : scala-library | jar | 2.8.0 |
| com.github.sgroschupf : zkclient | jar | 0.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |