License |
License |
---|---|
GroupId | GroupIdcom.github.ftrossbach |
ArtifactId | ArtifactIdclub-topicana-core |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionEnsure your Kafka Topics are running as expected at application startup
|
Filename | Size |
---|---|
club-topicana-core-0.1.0.pom | |
club-topicana-core-0.1.0.jar | 21 KB |
club-topicana-core-0.1.0-tests.jar | 16 KB |
club-topicana-core-0.1.0-sources.jar | 11 KB |
club-topicana-core-0.1.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ftrossbach/club-topicana-core/ -->
<dependency>
<groupId>com.github.ftrossbach</groupId>
<artifactId>club-topicana-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ftrossbach/club-topicana-core/
implementation 'com.github.ftrossbach:club-topicana-core:0.1.0'
// https://jarcasting.com/artifacts/com.github.ftrossbach/club-topicana-core/
implementation ("com.github.ftrossbach:club-topicana-core:0.1.0")
'com.github.ftrossbach:club-topicana-core:jar:0.1.0'
<dependency org="com.github.ftrossbach" name="club-topicana-core" rev="0.1.0">
<artifact name="club-topicana-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ftrossbach', module='club-topicana-core', version='0.1.0')
)
libraryDependencies += "com.github.ftrossbach" % "club-topicana-core" % "0.1.0"
[com.github.ftrossbach/club-topicana-core "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka-clients | jar | 1.0.0 |
org.yaml : snakeyaml | jar | 1.17 |
org.apache.kafka : kafka_2.12 | jar | 1.0.0 |
org.apache.kafka : kafka_2.12 | jar | 1.0.0 |
org.apache.kafka : kafka-clients | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka-streams | jar | 1.0.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.0.1 |
junit : junit | jar | 4.12 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.1 |
org.mockito : mockito-core | jar | 1.10.19 |