Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-graph-matching |
Version | Version2.2.0-RC01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-matching/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-graph-matching</artifactId>
<version>2.2.0-RC01</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-matching/
implementation 'org.neo4j:neo4j-graph-matching:2.2.0-RC01'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-graph-matching/
implementation ("org.neo4j:neo4j-graph-matching:2.2.0-RC01")
'org.neo4j:neo4j-graph-matching:jar:2.2.0-RC01'
<dependency org="org.neo4j" name="neo4j-graph-matching" rev="2.2.0-RC01">
<artifact name="neo4j-graph-matching" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-graph-matching', version='2.2.0-RC01')
)
libraryDependencies += "org.neo4j" % "neo4j-graph-matching" % "2.2.0-RC01"
[org.neo4j/neo4j-graph-matching "2.2.0-RC01"]