MVN

org.apache.arrow : flight-grpc

Maven & Gradle

Aug 02, 2023
7 usages
12k stars

Arrow Flight GRPC · (Experimental)Contains utility class to expose Flight gRPC service and client

<dependency>
    <groupId>org.apache.arrow</groupId>
    <artifactId>flight-grpc</artifactId>
    <version>13.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.arrow : flight-grpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.0.0

All Versions

Choose a version of org.apache.arrow : flight-grpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.0.x
flight-grpc-13.0.0
12.0.x
flight-grpc-12.0.1
flight-grpc-12.0.0
11.0.x
flight-grpc-11.0.0
10.0.x
flight-grpc-10.0.1
flight-grpc-10.0.0
9.0.x
flight-grpc-9.0.0
8.0.x
flight-grpc-8.0.0
7.0.x
flight-grpc-7.0.0
6.0.x
flight-grpc-6.0.1
flight-grpc-6.0.0
5.0.x
flight-grpc-5.0.0
4.0.x
flight-grpc-4.0.1
flight-grpc-4.0.0
3.0.x
flight-grpc-3.0.0
2.0.x
flight-grpc-2.0.0
1.0.x
flight-grpc-1.0.1
flight-grpc-1.0.0
0.17.x
flight-grpc-0.17.1
flight-grpc-0.17.0
0.16.x
flight-grpc-0.16.0

How to add a dependency to Maven

Add the following org.apache.arrow : flight-grpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.arrow</groupId>
    <artifactId>flight-grpc</artifactId>
    <version>13.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.arrow : flight-grpc gradle dependency to your build.gradle file:

implementation 'org.apache.arrow:flight-grpc:13.0.0'

Gradle Kotlin DSL: Add the following org.apache.arrow : flight-grpc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.arrow:flight-grpc:13.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.arrow : flight-grpc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.arrow" % "flight-grpc" % "13.0.0"

Advertisement

Dependencies from Group

Aug 02, 2023
139 usages
12k stars
Aug 02, 2023
52 usages
12k stars
Aug 02, 2023
38 usages
12k stars
Aug 02, 2023
36 usages
12k stars
Aug 02, 2023
27 usages
12k stars

Discover Dependencies