License |
License |
---|---|
GroupId | GroupIdorg.apache.arrow |
ArtifactId | ArtifactIdarrow-tools |
Version | Version5.0.0 |
Type | Typejar |
Description |
DescriptionArrow Tools
Java applications for working with Arrow ValueVectors.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
arrow-tools-5.0.0.pom | |
arrow-tools-5.0.0.jar | 29 KB |
arrow-tools-5.0.0-tests.jar | 24 KB |
arrow-tools-5.0.0-sources.jar | 17 KB |
arrow-tools-5.0.0-javadoc.jar | 51 KB |
arrow-tools-5.0.0-jar-with-dependencies.jar | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.arrow/arrow-tools/ -->
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-tools</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.arrow/arrow-tools/
implementation 'org.apache.arrow:arrow-tools:5.0.0'
// https://jarcasting.com/artifacts/org.apache.arrow/arrow-tools/
implementation ("org.apache.arrow:arrow-tools:5.0.0")
'org.apache.arrow:arrow-tools:jar:5.0.0'
<dependency org="org.apache.arrow" name="arrow-tools" rev="5.0.0">
<artifact name="arrow-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.arrow', module='arrow-tools', version='5.0.0')
)
libraryDependencies += "org.apache.arrow" % "arrow-tools" % "5.0.0"
[org.apache.arrow/arrow-tools "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.arrow : arrow-memory-core | jar | 5.0.0 |
org.apache.arrow : arrow-vector | jar | 5.0.0 |
org.apache.arrow : arrow-compression | jar | 5.0.0 |
com.google.guava : guava | jar | 30.1.1-jre |
commons-cli : commons-cli | jar | 1.4 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.apache.arrow : arrow-memory-netty | jar | 5.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.arrow : arrow-vector | test-jar | 5.0.0 |
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 |
de.huxhorn.lilith : de.huxhorn.lilith.logback.appender.multiplex-classic | jar | 0.9.44 |