| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииNeo4J Данные Базы данных Unity Прикладные библиотеки Game Development |
| Группа | Группаorg.neo4j |
| Идентификатор | Идентификаторcommunity-integration-tests |
| Версия | Версия4.2.7 |
| Тип | Типpom |
| Описание |
ОписаниеNeo4j - Community Integration Tests
Neo4j community edition integration tests modules.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| community-integration-tests-4.2.7.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>community-integration-tests</artifactId>
<version>4.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/
implementation 'org.neo4j:community-integration-tests:4.2.7'
// https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/
implementation ("org.neo4j:community-integration-tests:4.2.7")
'org.neo4j:community-integration-tests:pom:4.2.7'
<dependency org="org.neo4j" name="community-integration-tests" rev="4.2.7">
<artifact name="community-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='community-integration-tests', version='4.2.7')
)
libraryDependencies += "org.neo4j" % "community-integration-tests" % "4.2.7"
[org.neo4j/community-integration-tests "4.2.7"]