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