is not current version
Last Version 3.2.0-alpha02

org.neo4j:neo4j-graph-matching 1.9.6

A graph pattern matcher for Neo4j.

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

neo4j-graph-matching
Version

Version

1.9.6
Type

Type

jar

Download neo4j-graph-matching 1.9.6


<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-matching/ -->
<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-graph-matching</artifactId>
    <version>1.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-matching/
implementation 'org.neo4j:neo4j-graph-matching:1.9.6'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-matching/
implementation ("org.neo4j:neo4j-graph-matching:1.9.6")
'org.neo4j:neo4j-graph-matching:jar:1.9.6'
<dependency org="org.neo4j" name="neo4j-graph-matching" rev="1.9.6">
  <artifact name="neo4j-graph-matching" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-graph-matching', version='1.9.6')
)
libraryDependencies += "org.neo4j" % "neo4j-graph-matching" % "1.9.6"
[org.neo4j/neo4j-graph-matching "1.9.6"]