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