is not current version
Last Version 0.12.2

com.yahoo.datasketches:memory 0.8.3

Memory contains interfaces and classes to allocate and access off-heap memory

Categories

Categories

Data
GroupId

GroupId

com.yahoo.datasketches
ArtifactId

ArtifactId

memory
Version

Version

0.8.3
Type

Type

jar

Download memory 0.8.3


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