| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.openhft |
| Идентификатор | Идентификаторchronicle-algorithms |
| Версия | Версия2.21ea40 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| chronicle-algorithms-2.21ea40.pom | |
| chronicle-algorithms-2.21ea40.jar | 137 KB |
| chronicle-algorithms-2.21ea40-sources.jar | 72 KB |
| chronicle-algorithms-2.21ea40-javadoc.jar | 269 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.openhft/chronicle-algorithms/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-algorithms</artifactId>
<version>2.21ea40</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/chronicle-algorithms/
implementation 'net.openhft:chronicle-algorithms:2.21ea40'
// https://jarcasting.com/artifacts/net.openhft/chronicle-algorithms/
implementation ("net.openhft:chronicle-algorithms:2.21ea40")
'net.openhft:chronicle-algorithms:jar:2.21ea40'
<dependency org="net.openhft" name="chronicle-algorithms" rev="2.21ea40">
<artifact name="chronicle-algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='chronicle-algorithms', version='2.21ea40')
)
libraryDependencies += "net.openhft" % "chronicle-algorithms" % "2.21ea40"
[net.openhft/chronicle-algorithms "2.21ea40"]