GroupId | GroupIdcom.github.piotr-kalanski |
---|---|
ArtifactId | ArtifactIdkafka-streams-examples |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-examples/ -->
<dependency>
<groupId>com.github.piotr-kalanski</groupId>
<artifactId>kafka-streams-examples</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-examples/
implementation 'com.github.piotr-kalanski:kafka-streams-examples:0.1.1'
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-examples/
implementation ("com.github.piotr-kalanski:kafka-streams-examples:0.1.1")
'com.github.piotr-kalanski:kafka-streams-examples:jar:0.1.1'
<dependency org="com.github.piotr-kalanski" name="kafka-streams-examples" rev="0.1.1">
<artifact name="kafka-streams-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotr-kalanski', module='kafka-streams-examples', version='0.1.1')
)
libraryDependencies += "com.github.piotr-kalanski" % "kafka-streams-examples" % "0.1.1"
[com.github.piotr-kalanski/kafka-streams-examples "0.1.1"]