<dependency> <groupId>org.neo4j</groupId> <artifactId>arrow-bom</artifactId> <version>5.21.0</version> <type>pom</type> </dependency>
implementation 'org.neo4j:arrow-bom:5.21.0'
implementation("org.neo4j:arrow-bom:5.21.0")
libraryDependencies += "org.neo4j" % "arrow-bom" % "5.21.0"
@Grapes( @Grab(group='org.neo4j', module='arrow-bom', version='5.21.0') )
<dependency org="org.neo4j" name="arrow-bom" rev="5.21.0" />
[org.neo4j/arrow-bom "5.21.0"]
'org.neo4j:arrow-bom:jar:5.21.0'
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>5.21.0</version> </parent>
compile
|-- org.apache.arrow:flight-core:16.0.0
|-- io.grpc:grpc-api
|-- io.grpc:grpc-context
|-- io.grpc:grpc-core
|-- io.grpc:grpc-netty
|-- io.grpc:grpc-protobuf
|-- io.grpc:grpc-stub
|-- io.netty:netty-codec-http2