is not current version
Last Version 1.0.0-1.0.0-M14

org.opencypher:openCypher 1.0.0-M12

openCypher -- The graph query language standard based on Cypher

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

openCypher
Version

Version

1.0.0-M12
Type

Type

pom

Download openCypher 1.0.0-M12

Filename Size
openCypher-1.0.0-M12.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.opencypher/openCypher/ -->
<dependency>
    <groupId>org.opencypher</groupId>
    <artifactId>openCypher</artifactId>
    <version>1.0.0-M12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher/openCypher/
implementation 'org.opencypher:openCypher:1.0.0-M12'
// https://jarcasting.com/artifacts/org.opencypher/openCypher/
implementation ("org.opencypher:openCypher:1.0.0-M12")
'org.opencypher:openCypher:pom:1.0.0-M12'
<dependency org="org.opencypher" name="openCypher" rev="1.0.0-M12">
  <artifact name="openCypher" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencypher', module='openCypher', version='1.0.0-M12')
)
libraryDependencies += "org.opencypher" % "openCypher" % "1.0.0-M12"
[org.opencypher/openCypher "1.0.0-M12"]