Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.thinker0.heron |
ArtifactId | ArtifactIdheron-kafka-client |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
heron-kafka-client-1.0.1.pom | |
heron-kafka-client-1.0.1.jar | 85 KB |
heron-kafka-client-1.0.1-sources.jar | 70 KB |
heron-kafka-client-1.0.1-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-kafka-client/ -->
<dependency>
<groupId>com.github.thinker0.heron</groupId>
<artifactId>heron-kafka-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-kafka-client/
implementation 'com.github.thinker0.heron:heron-kafka-client:1.0.1'
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-kafka-client/
implementation ("com.github.thinker0.heron:heron-kafka-client:1.0.1")
'com.github.thinker0.heron:heron-kafka-client:jar:1.0.1'
<dependency org="com.github.thinker0.heron" name="heron-kafka-client" rev="1.0.1">
<artifact name="heron-kafka-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thinker0.heron', module='heron-kafka-client', version='1.0.1')
)
libraryDependencies += "com.github.thinker0.heron" % "heron-kafka-client" % "1.0.1"
[com.github.thinker0.heron/heron-kafka-client "1.0.1"]