| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtech.pronghorn |
| Идентификатор | Идентификаторplugin-hashing-openhft |
| Версия | Версия0.2.1 |
| Тип | Типjar |
| Описание |
ОписаниеPronghorn Framework OpenHFT Hashing Plugin
A plugin for the Pronghorn Framework utilizing OpenHFT Zero Allocation Hashing for hashing.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| plugin-hashing-openhft-0.2.1.pom | |
| plugin-hashing-openhft-0.2.1.jar | 2 KB |
| plugin-hashing-openhft-0.2.1-sources.jar | 1 KB |
| plugin-hashing-openhft-0.2.1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/tech.pronghorn/plugin-hashing-openhft/ -->
<dependency>
<groupId>tech.pronghorn</groupId>
<artifactId>plugin-hashing-openhft</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-hashing-openhft/
implementation 'tech.pronghorn:plugin-hashing-openhft:0.2.1'
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-hashing-openhft/
implementation ("tech.pronghorn:plugin-hashing-openhft:0.2.1")
'tech.pronghorn:plugin-hashing-openhft:jar:0.2.1'
<dependency org="tech.pronghorn" name="plugin-hashing-openhft" rev="0.2.1">
<artifact name="plugin-hashing-openhft" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='plugin-hashing-openhft', version='0.2.1')
)
libraryDependencies += "tech.pronghorn" % "plugin-hashing-openhft" % "0.2.1"
[tech.pronghorn/plugin-hashing-openhft "0.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.31 |
| net.openhft : zero-allocation-hashing | jar | 0.8 |
| tech.pronghorn : common | jar | 0.2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
| org.mockito : mockito-core | jar | 2.16.0 |