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