License |
License |
---|---|
GroupId | GroupIdio.atleon |
ArtifactId | ArtifactIdatleon |
Version | Version0.3.0 |
Type | Typepom |
Description |
Descriptionio.atleon:atleon
Reactive streaming library targeting continuous pipelines with at-least-once processing guarantees. Backed by Project Reactor.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
atleon-0.3.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atleon/atleon/ -->
<dependency>
<groupId>io.atleon</groupId>
<artifactId>atleon</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.atleon/atleon/
implementation 'io.atleon:atleon:0.3.0'
// https://jarcasting.com/artifacts/io.atleon/atleon/
implementation ("io.atleon:atleon:0.3.0")
'io.atleon:atleon:pom:0.3.0'
<dependency org="io.atleon" name="atleon" rev="0.3.0">
<artifact name="atleon" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.atleon', module='atleon', version='0.3.0')
)
libraryDependencies += "io.atleon" % "atleon" % "0.3.0"
[io.atleon/atleon "0.3.0"]