is not current version
Last Version 0.4.2

org.opencypher:graph-ddl 0.2.1

Graph DDL - A dual language for declaring graph schemas, and to define mappings from a relational system into graphs

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

graph-ddl
Version

Version

0.2.1
Type

Type

jar

Download graph-ddl 0.2.1


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