is not current version
Last Version 1.0.0-1.0.0-M14

org.opencypher:tools 1.0.0-M02

openCypher Developer Tools

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

tools
Version

Version

1.0.0-M02
Type

Type

pom

Download tools 1.0.0-M02

Filename Size
tools-1.0.0-M02.pom 3 KB
Browse

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