a

arrow-format

Generated Java files from the IPC Flatbuffer definitions.
Files download
File Operation
arrow-format-0.16.0.jar download
arrow-format-0.16.0.pom download
arrow-format-0.16.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.arrow</groupId>
  <artifactId>arrow-format</artifactId>
  <version>0.16.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.arrow:arrow-format:0.16.0'
Gradle Kotlin
implementation("org.apache.arrow:arrow-format:0.16.0")
Scala SBT
libraryDependencies += "org.apache.arrow" % "arrow-format" % "0.16.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.arrow', module='arrow-format', version='0.16.0')
)
Apache Ivy
<dependency org="org.apache.arrow" name="arrow-format" rev="0.16.0" />
Leiningen
[org.apache.arrow/arrow-format "0.16.0"]
Apache Buildr
'org.apache.arrow:arrow-format:jar:0.16.0'