GroupId | GroupIdtech.pronghorn |
---|---|
ArtifactId | ArtifactIdplugin-hashing-openhft |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
plugin-hashing-openhft-0.1.0.pom | |
plugin-hashing-openhft-0.1.0.jar | 2 KB |
plugin-hashing-openhft-0.1.0-sources.jar | 1 KB |
plugin-hashing-openhft-0.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-hashing-openhft/
implementation 'tech.pronghorn:plugin-hashing-openhft:0.1.0'
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-hashing-openhft/
implementation ("tech.pronghorn:plugin-hashing-openhft:0.1.0")
'tech.pronghorn:plugin-hashing-openhft:jar:0.1.0'
<dependency org="tech.pronghorn" name="plugin-hashing-openhft" rev="0.1.0">
<artifact name="plugin-hashing-openhft" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='plugin-hashing-openhft', version='0.1.0')
)
libraryDependencies += "tech.pronghorn" % "plugin-hashing-openhft" % "0.1.0"
[tech.pronghorn/plugin-hashing-openhft "0.1.0"]