| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.atleon |
| Идентификатор | Идентификаторatleon-core |
| Последняя версия | Последняя версия0.3.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеReactive streaming library targeting continuous pipelines with at-least-once processing guarantees. Backed by Project Reactor.
|
| Имя Файла | Размер |
|---|---|
| atleon-core-0.3.0.pom | |
| atleon-core-0.3.0.jar | 71 KB |
| atleon-core-0.3.0-sources.jar | 34 KB |
| atleon-core-0.3.0-javadoc.jar | 550 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.atleon/atleon-core/ -->
<dependency>
<groupId>io.atleon</groupId>
<artifactId>atleon-core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.atleon/atleon-core/
implementation 'io.atleon:atleon-core:0.3.0'
// https://jarcasting.com/artifacts/io.atleon/atleon-core/
implementation ("io.atleon:atleon-core:0.3.0")
'io.atleon:atleon-core:jar:0.3.0'
<dependency org="io.atleon" name="atleon-core" rev="0.3.0">
<artifact name="atleon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atleon', module='atleon-core', version='0.3.0')
)
libraryDependencies += "io.atleon" % "atleon-core" % "0.3.0"
[io.atleon/atleon-core "0.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.atleon : atleon-util | jar | 0.3.0 |
| com.google.guava : guava | jar | 20.0 |
| io.projectreactor : reactor-core | jar | 3.4.12 |
| org.reactivestreams : reactive-streams | jar | 1.0.3 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.projectreactor : reactor-test | jar | 3.4.12 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |