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