is not current version
Last Version 0.3.0

io.atleon:atleon 0.0.5

Reactive streaming library targeting continuous pipelines with at-least-once processing guarantees. Backed by Project Reactor.

GroupId

GroupId

io.atleon
ArtifactId

ArtifactId

atleon
Version

Version

0.0.5
Type

Type

pom

Download atleon 0.0.5

Filename Size
atleon-0.0.5.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/io.atleon/atleon/ -->
<dependency>
    <groupId>io.atleon</groupId>
    <artifactId>atleon</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.atleon/atleon/
implementation 'io.atleon:atleon:0.0.5'
// https://jarcasting.com/artifacts/io.atleon/atleon/
implementation ("io.atleon:atleon:0.0.5")
'io.atleon:atleon:pom:0.0.5'
<dependency org="io.atleon" name="atleon" rev="0.0.5">
  <artifact name="atleon" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.atleon', module='atleon', version='0.0.5')
)
libraryDependencies += "io.atleon" % "atleon" % "0.0.5"
[io.atleon/atleon "0.0.5"]