GroupId | GroupIdio.github.jeqo.kafka |
---|---|
ArtifactId | ArtifactIdkafka-streams-rest-core |
Version | Version0.1.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.jeqo.kafka/kafka-streams-rest-core/ -->
<dependency>
<groupId>io.github.jeqo.kafka</groupId>
<artifactId>kafka-streams-rest-core</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeqo.kafka/kafka-streams-rest-core/
implementation 'io.github.jeqo.kafka:kafka-streams-rest-core:0.1.10'
// https://jarcasting.com/artifacts/io.github.jeqo.kafka/kafka-streams-rest-core/
implementation ("io.github.jeqo.kafka:kafka-streams-rest-core:0.1.10")
'io.github.jeqo.kafka:kafka-streams-rest-core:jar:0.1.10'
<dependency org="io.github.jeqo.kafka" name="kafka-streams-rest-core" rev="0.1.10">
<artifact name="kafka-streams-rest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jeqo.kafka', module='kafka-streams-rest-core', version='0.1.10')
)
libraryDependencies += "io.github.jeqo.kafka" % "kafka-streams-rest-core" % "0.1.10"
[io.github.jeqo.kafka/kafka-streams-rest-core "0.1.10"]