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