a

arrow-tools

Java applications for working with Arrow ValueVectors.
文件下载
文件名 操作
arrow-tools-16.1.0.jar 下载
arrow-tools-16.1.0.pom 下载
arrow-tools-16.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.arrow</groupId>
  <artifactId>arrow-tools</artifactId>
  <version>16.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.arrow:arrow-tools:16.1.0'
Gradle Kotlin
implementation("org.apache.arrow:arrow-tools:16.1.0")
Scala SBT
libraryDependencies += "org.apache.arrow" % "arrow-tools" % "16.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.arrow', module='arrow-tools', version='16.1.0')
)
Apache Ivy
<dependency org="org.apache.arrow" name="arrow-tools" rev="16.1.0" />
Leiningen
[org.apache.arrow/arrow-tools "16.1.0"]
Apache Buildr
'org.apache.arrow:arrow-tools:jar:16.1.0'