is not current version
Last Version 0.2.0

com.github.piotr-kalanski:kafka-streams-app-framework 0.1.1

Framework supporting implementation of Kafka Streams Applications

GroupId

GroupId

com.github.piotr-kalanski
ArtifactId

ArtifactId

kafka-streams-app-framework
Version

Version

0.1.1
Type

Type

pom

Download kafka-streams-app-framework 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-app-framework/ -->
<dependency>
    <groupId>com.github.piotr-kalanski</groupId>
    <artifactId>kafka-streams-app-framework</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-app-framework/
implementation 'com.github.piotr-kalanski:kafka-streams-app-framework:0.1.1'
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-app-framework/
implementation ("com.github.piotr-kalanski:kafka-streams-app-framework:0.1.1")
'com.github.piotr-kalanski:kafka-streams-app-framework:pom:0.1.1'
<dependency org="com.github.piotr-kalanski" name="kafka-streams-app-framework" rev="0.1.1">
  <artifact name="kafka-streams-app-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.piotr-kalanski', module='kafka-streams-app-framework', version='0.1.1')
)
libraryDependencies += "com.github.piotr-kalanski" % "kafka-streams-app-framework" % "0.1.1"
[com.github.piotr-kalanski/kafka-streams-app-framework "0.1.1"]