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.23.0.pom download
Apache Maven
<dependency>
  <groupId>io.atleon</groupId>
  <artifactId>atleon</artifactId>
  <version>0.23.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.atleon:atleon:0.23.0'
Gradle Kotlin
implementation("io.atleon:atleon:0.23.0")
Scala SBT
libraryDependencies += "io.atleon" % "atleon" % "0.23.0"
Groovy Grape
@Grapes(
  @Grab(group='io.atleon', module='atleon', version='0.23.0')
)
Apache Ivy
<dependency org="io.atleon" name="atleon" rev="0.23.0" />
Leiningen
[io.atleon/atleon "0.23.0"]
Apache Buildr
'io.atleon:atleon:jar:0.23.0'
Dependencies
The project has no third-party dependencies