is not current version
Last Version 1.0.0-1.0.0-M14

org.opencypher:tck 1.0.0-M06

openCypher Technology Compatibility Kit

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

tck
Version

Version

1.0.0-M06
Type

Type

jar

Download tck 1.0.0-M06


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