is not current version
Last Version 0.0.5.RELEASE

com.github.eventasia:stream-kafka 0.0.3.RELEASE

Eventasia is a Event Sourcing Framework for use with Spring Boot

GroupId

GroupId

com.github.eventasia
ArtifactId

ArtifactId

stream-kafka
Version

Version

0.0.3.RELEASE
Type

Type

jar

Download stream-kafka 0.0.3.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.eventasia/stream-kafka/ -->
<dependency>
    <groupId>com.github.eventasia</groupId>
    <artifactId>stream-kafka</artifactId>
    <version>0.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/stream-kafka/
implementation 'com.github.eventasia:stream-kafka:0.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/stream-kafka/
implementation ("com.github.eventasia:stream-kafka:0.0.3.RELEASE")
'com.github.eventasia:stream-kafka:jar:0.0.3.RELEASE'
<dependency org="com.github.eventasia" name="stream-kafka" rev="0.0.3.RELEASE">
  <artifact name="stream-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='stream-kafka', version='0.0.3.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "stream-kafka" % "0.0.3.RELEASE"
[com.github.eventasia/stream-kafka "0.0.3.RELEASE"]