is not current version
Last Version 9.0.20210312

org.opencypher:util-9.0 9.0.8

Cypher utilities

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

util-9.0
Version

Version

9.0.8
Type

Type

jar

Download util-9.0 9.0.8


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