License |
License |
---|---|
GroupId | GroupIdio.atleon |
ArtifactId | ArtifactIdatleon-kafka-embedded |
Version | Version0.0.11 |
Type | Typejar |
Description |
DescriptionReactive streaming library targeting continuous pipelines with at-least-once processing guarantees. Backed by Project Reactor.
|
<!-- https://jarcasting.com/artifacts/io.atleon/atleon-kafka-embedded/ -->
<dependency>
<groupId>io.atleon</groupId>
<artifactId>atleon-kafka-embedded</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.atleon/atleon-kafka-embedded/
implementation 'io.atleon:atleon-kafka-embedded:0.0.11'
// https://jarcasting.com/artifacts/io.atleon/atleon-kafka-embedded/
implementation ("io.atleon:atleon-kafka-embedded:0.0.11")
'io.atleon:atleon-kafka-embedded:jar:0.0.11'
<dependency org="io.atleon" name="atleon-kafka-embedded" rev="0.0.11">
<artifact name="atleon-kafka-embedded" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atleon', module='atleon-kafka-embedded', version='0.0.11')
)
libraryDependencies += "io.atleon" % "atleon-kafka-embedded" % "0.0.11"
[io.atleon/atleon-kafka-embedded "0.0.11"]
Group / Artifact | Type | Version |
---|---|---|
io.atleon : atleon-zookeeper-embedded | jar | 0.0.11 |
org.apache.kafka : kafka_2.12 | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : log4j-over-slf4j | jar | 1.7.30 |