License |
License |
---|---|
GroupId | GroupIdcom.github.eventasia |
ArtifactId | ArtifactIdstream-kafka |
Last Version | Last Version0.0.5.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEventasia
Eventasia is a Event Sourcing Framework for use with Spring Boot
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.eventasia/stream-kafka/ -->
<dependency>
<groupId>com.github.eventasia</groupId>
<artifactId>stream-kafka</artifactId>
<version>0.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eventasia/stream-kafka/
implementation 'com.github.eventasia:stream-kafka:0.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.eventasia/stream-kafka/
implementation ("com.github.eventasia:stream-kafka:0.0.5.RELEASE")
'com.github.eventasia:stream-kafka:jar:0.0.5.RELEASE'
<dependency org="com.github.eventasia" name="stream-kafka" rev="0.0.5.RELEASE">
<artifact name="stream-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eventasia', module='stream-kafka', version='0.0.5.RELEASE')
)
libraryDependencies += "com.github.eventasia" % "stream-kafka" % "0.0.5.RELEASE"
[com.github.eventasia/stream-kafka "0.0.5.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.eventasia : eventasia-starter | jar | 0.0.5.RELEASE |
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.kafka : spring-kafka | jar | 1.0.2.RELEASE |
org.apache.kafka : kafka-clients | jar | 0.9.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |