| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.openhft |
| ArtifactId | ArtifactIdsmoothie-map |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smoothie-map-1.2.pom | |
| smoothie-map-1.2.jar | 53 KB |
| smoothie-map-1.2-sources.jar | 34 KB |
| smoothie-map-1.2-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.openhft/smoothie-map/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>smoothie-map</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/smoothie-map/
implementation 'net.openhft:smoothie-map:1.2'
// https://jarcasting.com/artifacts/net.openhft/smoothie-map/
implementation ("net.openhft:smoothie-map:1.2")
'net.openhft:smoothie-map:jar:1.2'
<dependency org="net.openhft" name="smoothie-map" rev="1.2">
<artifact name="smoothie-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='smoothie-map', version='1.2')
)
libraryDependencies += "net.openhft" % "smoothie-map" % "1.2"
[net.openhft/smoothie-map "1.2"]