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