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