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