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