GroupId | GroupIdcom.github.piotr-kalanski |
---|---|
ArtifactId | ArtifactIdkafka-streams-app-common |
Version | Version0.1.3 |
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.3</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.3'
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-app-common/
implementation ("com.github.piotr-kalanski:kafka-streams-app-common:0.1.3")
'com.github.piotr-kalanski:kafka-streams-app-common:jar:0.1.3'
<dependency org="com.github.piotr-kalanski" name="kafka-streams-app-common" rev="0.1.3">
<artifact name="kafka-streams-app-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotr-kalanski', module='kafka-streams-app-common', version='0.1.3')
)
libraryDependencies += "com.github.piotr-kalanski" % "kafka-streams-app-common" % "0.1.3"
[com.github.piotr-kalanski/kafka-streams-app-common "0.1.3"]