is not current version
Last Version 1.0.0-1.0.0-M14

org.opencypher:openCypher 1.0.0-M16

openCypher -- The graph query language standard based on Cypher

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

openCypher
Version

Version

1.0.0-M16
Type

Type

pom

Download openCypher 1.0.0-M16

Filename Size
openCypher-1.0.0-M16.pom 12 KB
Browse

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