is not current version
Last Version 8.0.0

org.apache.arrow:flight-grpc 0.17.0

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

Categories

Categories

gRPC Net Networking
GroupId

GroupId

org.apache.arrow
ArtifactId

ArtifactId

flight-grpc
Version

Version

0.17.0
Type

Type

jar

Download flight-grpc 0.17.0


<!-- https://jarcasting.com/artifacts/org.apache.arrow/flight-grpc/ -->
<dependency>
    <groupId>org.apache.arrow</groupId>
    <artifactId>flight-grpc</artifactId>
    <version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.arrow/flight-grpc/
implementation 'org.apache.arrow:flight-grpc:0.17.0'
// https://jarcasting.com/artifacts/org.apache.arrow/flight-grpc/
implementation ("org.apache.arrow:flight-grpc:0.17.0")
'org.apache.arrow:flight-grpc:jar:0.17.0'
<dependency org="org.apache.arrow" name="flight-grpc" rev="0.17.0">
  <artifact name="flight-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.arrow', module='flight-grpc', version='0.17.0')
)
libraryDependencies += "org.apache.arrow" % "flight-grpc" % "0.17.0"
[org.apache.arrow/flight-grpc "0.17.0"]