is not current version
Last Version 1.0.0-1.0.0-M14

org.opencypher:openCypher 1.0.0-M11

openCypher -- The graph query language standard based on Cypher

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

openCypher
Version

Version

1.0.0-M11
Type

Type

pom

Download openCypher 1.0.0-M11

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

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