k

kotka-streams

Using Kotka means a more pleasant experience while using Kafka Streams
https://github.com/adamko-dev/kotka-streams
The Apache License, Version 2.0
Files download
File Operation
kotka-streams-22.08.06.jar download
kotka-streams-22.08.06.pom download
kotka-streams-22.08.06-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.adamko.kotka</groupId>
  <artifactId>kotka-streams</artifactId>
  <version>22.08.06</version>
</dependency>
Gradle Groovy
implementation 'dev.adamko.kotka:kotka-streams:22.08.06'
Gradle Kotlin
implementation("dev.adamko.kotka:kotka-streams:22.08.06")
Scala SBT
libraryDependencies += "dev.adamko.kotka" % "kotka-streams" % "22.08.06"
Groovy Grape
@Grapes(
  @Grab(group='dev.adamko.kotka', module='kotka-streams', version='22.08.06')
)
Apache Ivy
<dependency org="dev.adamko.kotka" name="kotka-streams" rev="22.08.06" />
Leiningen
[dev.adamko.kotka/kotka-streams "22.08.06"]
Apache Buildr
'dev.adamko.kotka:kotka-streams:jar:22.08.06'