a

atleon

Reactive streaming library targeting continuous pipelines with at-least-once processing guarantees. Backed by Project Reactor.
https://github.com/atleon/atleon
The Apache License, Version 2.0
Sage Pierce
Files download
File Operation
atleon-0.18.1.pom download
Apache Maven
<dependency>
  <groupId>io.atleon</groupId>
  <artifactId>atleon</artifactId>
  <version>0.18.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.atleon:atleon:0.18.1'
Gradle Kotlin
implementation("io.atleon:atleon:0.18.1")
Scala SBT
libraryDependencies += "io.atleon" % "atleon" % "0.18.1"
Groovy Grape
@Grapes(
  @Grab(group='io.atleon', module='atleon', version='0.18.1')
)
Apache Ivy
<dependency org="io.atleon" name="atleon" rev="0.18.1" />
Leiningen
[io.atleon/atleon "0.18.1"]
Apache Buildr
'io.atleon:atleon:jar:0.18.1'
Dependencies
The project has no third-party dependencies