is not current version
Last Version 3.2.2

net.openhft:collections 2.0


Categories

Categories

Net
GroupId

GroupId

net.openhft
ArtifactId

ArtifactId

collections
Version

Version

2.0
Type

Type

jar

Download collections 2.0


<!-- https://jarcasting.com/artifacts/net.openhft/collections/ -->
<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>collections</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/collections/
implementation 'net.openhft:collections:2.0'
// https://jarcasting.com/artifacts/net.openhft/collections/
implementation ("net.openhft:collections:2.0")
'net.openhft:collections:jar:2.0'
<dependency org="net.openhft" name="collections" rev="2.0">
  <artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='collections', version='2.0')
)
libraryDependencies += "net.openhft" % "collections" % "2.0"
[net.openhft/collections "2.0"]