Files download
File Operation
neo4j-graph-matching-1.8.M03.jar download
neo4j-graph-matching-1.8.M03.pom download
neo4j-graph-matching-1.8.M03-sources.jar download
Apache Maven
<dependency>
  <groupId>org.neo4j</groupId>
  <artifactId>neo4j-graph-matching</artifactId>
  <version>1.8.M03</version>
</dependency>
Gradle Groovy
implementation 'org.neo4j:neo4j-graph-matching:1.8.M03'
Gradle Kotlin
implementation("org.neo4j:neo4j-graph-matching:1.8.M03")
Scala SBT
libraryDependencies += "org.neo4j" % "neo4j-graph-matching" % "1.8.M03"
Groovy Grape
@Grapes(
  @Grab(group='org.neo4j', module='neo4j-graph-matching', version='1.8.M03')
)
Apache Ivy
<dependency org="org.neo4j" name="neo4j-graph-matching" rev="1.8.M03" />
Leiningen
[org.neo4j/neo4j-graph-matching "1.8.M03"]
Apache Buildr
'org.neo4j:neo4j-graph-matching:jar:1.8.M03'