License |
License |
---|---|
GroupId | GroupIdio.streamthoughts |
ArtifactId | ArtifactIdkc4streams |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKafka Commons for Streams
A collection of common utilities and reusable classes for Kafka Streams applications.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
kc4streams-1.0.0.pom | |
kc4streams-1.0.0.jar | 71 KB |
kc4streams-1.0.0-sources.jar | 52 KB |
kc4streams-1.0.0-javadoc.jar | 290 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamthoughts/kc4streams/ -->
<dependency>
<groupId>io.streamthoughts</groupId>
<artifactId>kc4streams</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamthoughts/kc4streams/
implementation 'io.streamthoughts:kc4streams:1.0.0'
// https://jarcasting.com/artifacts/io.streamthoughts/kc4streams/
implementation ("io.streamthoughts:kc4streams:1.0.0")
'io.streamthoughts:kc4streams:jar:1.0.0'
<dependency org="io.streamthoughts" name="kc4streams" rev="1.0.0">
<artifact name="kc4streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamthoughts', module='kc4streams', version='1.0.0')
)
libraryDependencies += "io.streamthoughts" % "kc4streams" % "1.0.0"
[io.streamthoughts/kc4streams "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.kafka : kafka-clients | jar | 3.1.0 |
org.apache.kafka : kafka-streams | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |