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