<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-graph-matching</artifactId> <version>1.5.3</version> </dependency>
implementation 'org.neo4j:neo4j-graph-matching:1.5.3'
implementation("org.neo4j:neo4j-graph-matching:1.5.3")
libraryDependencies += "org.neo4j" % "neo4j-graph-matching" % "1.5.3"
@Grapes( @Grab(group='org.neo4j', module='neo4j-graph-matching', version='1.5.3') )
<dependency org="org.neo4j" name="neo4j-graph-matching" rev="1.5.3" />
[org.neo4j/neo4j-graph-matching "1.5.3"]
'org.neo4j:neo4j-graph-matching:jar:1.5.3'
<parent> <groupId>org.neo4j.build</groupId> <artifactId>parent-central</artifactId> <version>25</version> </parent>
compile
|-- org.neo4j:neo4j-kernel:1.5.3
|-- junit:junit