is not current version
Last Version 1.0.0-M12

org.opencypher:tck-api 1.0.0-M09

openCypher Technology Compatibility Kit API

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

tck-api
Version

Version

1.0.0-M09
Type

Type

jar

Download tck-api 1.0.0-M09


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