License |
License |
---|---|
GroupId | GroupIdorg.opencypher |
ArtifactId | ArtifactIdtck-compatibility-tests |
Last Version | Last Version1.0.0-M18 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTCK compatibility testing
openCypher TCK compatibility testing
|
Project URL |
Project URL |
Filename | Size |
---|---|
tck-compatibility-tests-1.0.0-M18.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencypher/tck-compatibility-tests/ -->
<dependency>
<groupId>org.opencypher</groupId>
<artifactId>tck-compatibility-tests</artifactId>
<version>1.0.0-M18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher/tck-compatibility-tests/
implementation 'org.opencypher:tck-compatibility-tests:1.0.0-M18'
// https://jarcasting.com/artifacts/org.opencypher/tck-compatibility-tests/
implementation ("org.opencypher:tck-compatibility-tests:1.0.0-M18")
'org.opencypher:tck-compatibility-tests:pom:1.0.0-M18'
<dependency org="org.opencypher" name="tck-compatibility-tests" rev="1.0.0-M18">
<artifact name="tck-compatibility-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencypher', module='tck-compatibility-tests', version='1.0.0-M18')
)
libraryDependencies += "org.opencypher" % "tck-compatibility-tests" % "1.0.0-M18"
[org.opencypher/tck-compatibility-tests "1.0.0-M18"]