<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-collections</artifactId> <version>5.12.0</version> </dependency>
implementation 'org.neo4j:neo4j-collections:5.12.0'
implementation("org.neo4j:neo4j-collections:5.12.0")
libraryDependencies += "org.neo4j" % "neo4j-collections" % "5.12.0"
@Grapes( @Grab(group='org.neo4j', module='neo4j-collections', version='5.12.0') )
<dependency org="org.neo4j" name="neo4j-collections" rev="5.12.0" />
[org.neo4j/neo4j-collections "5.12.0"]
'org.neo4j:neo4j-collections:jar:5.12.0'
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>5.12.0</version> </parent>
compile
|-- org.neo4j:neo4j-resource
|-- org.neo4j:neo4j-unsafe
|-- com.github.ben-manes.caffeine:caffeine
|-- org.neo4j:neo4j-common
|-- org.eclipse.collections:eclipse-collections
|-- org.junit.jupiter:junit-jupiter
|-- org.mockito:mockito-core
|-- org.assertj:assertj-core