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