License |
License |
---|---|
GroupId | GroupIdcom.github.piotr-kalanski |
ArtifactId | ArtifactIdkafka-streams-app-framework |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKafka Stream Application Framework
Framework supporting implementation of Kafka Streams Applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kafka-streams-app-framework-0.2.0.pom | 5 KB |
Browse |
<!-- 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.2.0</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.2.0'
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/kafka-streams-app-framework/
implementation ("com.github.piotr-kalanski:kafka-streams-app-framework:0.2.0")
'com.github.piotr-kalanski:kafka-streams-app-framework:pom:0.2.0'
<dependency org="com.github.piotr-kalanski" name="kafka-streams-app-framework" rev="0.2.0">
<artifact name="kafka-streams-app-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.piotr-kalanski', module='kafka-streams-app-framework', version='0.2.0')
)
libraryDependencies += "com.github.piotr-kalanski" % "kafka-streams-app-framework" % "0.2.0"
[com.github.piotr-kalanski/kafka-streams-app-framework "0.2.0"]