License |
License |
---|---|
GroupId | GroupIdorg.apache.arrow |
ArtifactId | ArtifactIdarrow-memory-unsafe |
Last Version | Last Version8.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionArrow Memory - Unsafe
Allocator and utils for allocating memory in Arrow based on sun.misc.Unsafe
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.arrow/arrow-memory-unsafe/ -->
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-unsafe</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.arrow/arrow-memory-unsafe/
implementation 'org.apache.arrow:arrow-memory-unsafe:8.0.0'
// https://jarcasting.com/artifacts/org.apache.arrow/arrow-memory-unsafe/
implementation ("org.apache.arrow:arrow-memory-unsafe:8.0.0")
'org.apache.arrow:arrow-memory-unsafe:jar:8.0.0'
<dependency org="org.apache.arrow" name="arrow-memory-unsafe" rev="8.0.0">
<artifact name="arrow-memory-unsafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.arrow', module='arrow-memory-unsafe', version='8.0.0')
)
libraryDependencies += "org.apache.arrow" % "arrow-memory-unsafe" % "8.0.0"
[org.apache.arrow/arrow-memory-unsafe "8.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.arrow : arrow-memory-core | jar | 8.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jul-to-slf4j | jar | 1.7.25 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
org.junit.platform : junit-platform-runner | jar | 1.4.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
org.junit.vintage : junit-vintage-engine | jar | 5.4.0 |
junit : junit | jar | 4.12 |
org.mockito : mockito-junit-jupiter | jar | 2.25.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
de.huxhorn.lilith : de.huxhorn.lilith.logback.appender.multiplex-classic | jar | 0.9.44 |