License |
License |
---|---|
GroupId | GroupIdtech.pronghorn |
ArtifactId | ArtifactIdplugin-hashing-openhft |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPronghorn Framework OpenHFT Hashing Plugin
A plugin for the Pronghorn Framework utilizing OpenHFT Zero Allocation Hashing for hashing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.31 |
net.openhft : zero-allocation-hashing | jar | 0.8 |
tech.pronghorn : common | jar | 0.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
org.mockito : mockito-core | jar | 2.16.0 |