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
文件下载
文件名 操作
atleon-0.22.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.atleon</groupId>
  <artifactId>atleon</artifactId>
  <version>0.22.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.atleon:atleon:0.22.0'
Gradle Kotlin
implementation("io.atleon:atleon:0.22.0")
Scala SBT
libraryDependencies += "io.atleon" % "atleon" % "0.22.0"
Groovy Grape
@Grapes(
  @Grab(group='io.atleon', module='atleon', version='0.22.0')
)
Apache Ivy
<dependency org="io.atleon" name="atleon" rev="0.22.0" />
Leiningen
[io.atleon/atleon "0.22.0"]
Apache Buildr
'io.atleon:atleon:jar:0.22.0'
本项目依赖
该项目无第三方依赖