Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.presidentio.but |
ArtifactId | ArtifactIdkafka-unit |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
kafka-unit-1.0.0.pom | |
kafka-unit-1.0.0.jar | 8 KB |
kafka-unit-1.0.0-sources.jar | 6 KB |
kafka-unit-1.0.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.presidentio.but/kafka-unit/ -->
<dependency>
<groupId>com.presidentio.but</groupId>
<artifactId>kafka-unit</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.presidentio.but/kafka-unit/
implementation 'com.presidentio.but:kafka-unit:1.0.0'
// https://jarcasting.com/artifacts/com.presidentio.but/kafka-unit/
implementation ("com.presidentio.but:kafka-unit:1.0.0")
'com.presidentio.but:kafka-unit:jar:1.0.0'
<dependency org="com.presidentio.but" name="kafka-unit" rev="1.0.0">
<artifact name="kafka-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.presidentio.but', module='kafka-unit', version='1.0.0')
)
libraryDependencies += "com.presidentio.but" % "kafka-unit" % "1.0.0"
[com.presidentio.but/kafka-unit "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.presidentio.but : unit-common | jar | |
com.presidentio.but : junit-runner | jar | |
com.presidentio.but : zookeeper-unit | jar | |
com.presidentio.but : test-utils | jar | |
org.apache.kafka : kafka_2.10 | jar | |
commons-io : commons-io | jar |