License |
License |
---|---|
GroupId | GroupIdorg.opencypher |
ArtifactId | ArtifactIdtck |
Last Version | Last Version1.0.0-1.0.0-M14 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionopenCypher TCK Features and Graphs
openCypher Technology Compatibility Kit (TCK)
A test suite to verify conformance to the openCypher standard graph query language.
The tests are written in Gherkin and compatible with Cucumber.
|
Project URL |
Project URL |
Filename | Size |
---|---|
tck-1.0.0-1.0.0-M14.pom | |
tck-1.0.0-1.0.0-M14.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencypher/tck/ -->
<dependency>
<groupId>org.opencypher</groupId>
<artifactId>tck</artifactId>
<version>1.0.0-1.0.0-M14</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher/tck/
implementation 'org.opencypher:tck:1.0.0-1.0.0-M14'
// https://jarcasting.com/artifacts/org.opencypher/tck/
implementation ("org.opencypher:tck:1.0.0-1.0.0-M14")
'org.opencypher:tck:jar:1.0.0-1.0.0-M14'
<dependency org="org.opencypher" name="tck" rev="1.0.0-1.0.0-M14">
<artifact name="tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher', module='tck', version='1.0.0-1.0.0-M14')
)
libraryDependencies += "org.opencypher" % "tck" % "1.0.0-1.0.0-M14"
[org.opencypher/tck "1.0.0-1.0.0-M14"]