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