Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.panhongan.bigdata |
ArtifactId | ArtifactIdkafka-helper |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
kafka-helper-1.0.pom | |
kafka-helper-1.0.jar | 9 KB |
kafka-helper-1.0-sources.jar | 6 KB |
kafka-helper-1.0-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.panhongan.bigdata/kafka-helper/ -->
<dependency>
<groupId>com.github.panhongan.bigdata</groupId>
<artifactId>kafka-helper</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.panhongan.bigdata/kafka-helper/
implementation 'com.github.panhongan.bigdata:kafka-helper:1.0'
// https://jarcasting.com/artifacts/com.github.panhongan.bigdata/kafka-helper/
implementation ("com.github.panhongan.bigdata:kafka-helper:1.0")
'com.github.panhongan.bigdata:kafka-helper:jar:1.0'
<dependency org="com.github.panhongan.bigdata" name="kafka-helper" rev="1.0">
<artifact name="kafka-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.panhongan.bigdata', module='kafka-helper', version='1.0')
)
libraryDependencies += "com.github.panhongan.bigdata" % "kafka-helper" % "1.0"
[com.github.panhongan.bigdata/kafka-helper "1.0"]