License |
License |
---|---|
GroupId | GroupIdio.atleon |
ArtifactId | ArtifactIdatleon-polling |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionReactive streaming library targeting continuous pipelines with at-least-once processing guarantees. Backed by Project Reactor.
|
Filename | Size |
---|---|
atleon-polling-0.3.0.pom | |
atleon-polling-0.3.0.jar | 22 KB |
atleon-polling-0.3.0-sources.jar | 10 KB |
atleon-polling-0.3.0-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atleon/atleon-polling/ -->
<dependency>
<groupId>io.atleon</groupId>
<artifactId>atleon-polling</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.atleon/atleon-polling/
implementation 'io.atleon:atleon-polling:0.3.0'
// https://jarcasting.com/artifacts/io.atleon/atleon-polling/
implementation ("io.atleon:atleon-polling:0.3.0")
'io.atleon:atleon-polling:jar:0.3.0'
<dependency org="io.atleon" name="atleon-polling" rev="0.3.0">
<artifact name="atleon-polling" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atleon', module='atleon-polling', version='0.3.0')
)
libraryDependencies += "io.atleon" % "atleon-polling" % "0.3.0"
[io.atleon/atleon-polling "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.atleon : atleon-core | jar | 0.3.0 |
io.projectreactor : reactor-core | jar | 3.4.12 |
org.reactivestreams : reactive-streams | jar | 1.0.3 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-test | jar | 3.4.12 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |