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