| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.atleon |
| Идентификатор | Идентификаторatleon |
| Последняя версия | Последняя версия0.3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеio.atleon:atleon
Reactive streaming library targeting continuous pipelines with at-least-once processing guarantees. Backed by Project Reactor.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| atleon-0.3.0.pom | 10 KB |
| Обзор |
<!-- 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"]