Categories |
CategoriesCLI User Interface Native Development Tools |
---|---|
GroupId | GroupIdio.streamnative.pulsar.handlers |
ArtifactId | ArtifactIdkafka-client-factory |
Version | Version2.8.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative.pulsar.handlers/kafka-client-factory/ -->
<dependency>
<groupId>io.streamnative.pulsar.handlers</groupId>
<artifactId>kafka-client-factory</artifactId>
<version>2.8.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative.pulsar.handlers/kafka-client-factory/
implementation 'io.streamnative.pulsar.handlers:kafka-client-factory:2.8.1.2'
// https://jarcasting.com/artifacts/io.streamnative.pulsar.handlers/kafka-client-factory/
implementation ("io.streamnative.pulsar.handlers:kafka-client-factory:2.8.1.2")
'io.streamnative.pulsar.handlers:kafka-client-factory:jar:2.8.1.2'
<dependency org="io.streamnative.pulsar.handlers" name="kafka-client-factory" rev="2.8.1.2">
<artifact name="kafka-client-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative.pulsar.handlers', module='kafka-client-factory', version='2.8.1.2')
)
libraryDependencies += "io.streamnative.pulsar.handlers" % "kafka-client-factory" % "2.8.1.2"
[io.streamnative.pulsar.handlers/kafka-client-factory "2.8.1.2"]