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