GroupId | GroupIdcom.github.ddth |
---|---|
ArtifactId | ArtifactIdddth-kafka |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ddth-kafka-0.1.0.pom | |
ddth-kafka-0.1.0.jar | 14 KB |
ddth-kafka-0.1.0-sources.jar | 6 KB |
ddth-kafka-0.1.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-kafka/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-kafka</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-kafka/
implementation 'com.github.ddth:ddth-kafka:0.1.0'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-kafka/
implementation ("com.github.ddth:ddth-kafka:0.1.0")
'com.github.ddth:ddth-kafka:jar:0.1.0'
<dependency org="com.github.ddth" name="ddth-kafka" rev="0.1.0">
<artifact name="ddth-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-kafka', version='0.1.0')
)
libraryDependencies += "com.github.ddth" % "ddth-kafka" % "0.1.0"
[com.github.ddth/ddth-kafka "0.1.0"]