License |
License |
---|---|
GroupId | GroupIdio.atleon |
ArtifactId | ArtifactIdatleon-util |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionReactive streaming library targeting continuous pipelines with at-least-once processing guarantees. Backed by Project Reactor.
|
Filename | Size |
---|---|
atleon-util-0.2.0.pom | |
atleon-util-0.2.0.jar | 12 KB |
atleon-util-0.2.0-sources.jar | 6 KB |
atleon-util-0.2.0-javadoc.jar | 418 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atleon/atleon-util/ -->
<dependency>
<groupId>io.atleon</groupId>
<artifactId>atleon-util</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.atleon/atleon-util/
implementation 'io.atleon:atleon-util:0.2.0'
// https://jarcasting.com/artifacts/io.atleon/atleon-util/
implementation ("io.atleon:atleon-util:0.2.0")
'io.atleon:atleon-util:jar:0.2.0'
<dependency org="io.atleon" name="atleon-util" rev="0.2.0">
<artifact name="atleon-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atleon', module='atleon-util', version='0.2.0')
)
libraryDependencies += "io.atleon" % "atleon-util" % "0.2.0"
[io.atleon/atleon-util "0.2.0"]