| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.opencypher |
| Идентификатор | Идентификаторtck-compatibility-tests |
| Последняя версия | Последняя версия1.0.0-M18 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеTCK compatibility testing
openCypher TCK compatibility testing
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| tck-compatibility-tests-1.0.0-M18.pom | 1 KB |
| Обзор |
<!-- 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"]