| Категории |
КатегорииNeo4J Данные Базы данных Unity Прикладные библиотеки Game Development |
|---|---|
| Группа | Группаorg.neo4j |
| Идентификатор | Идентификаторcommunity-integration-tests |
| Версия | Версия4.2.6 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| community-integration-tests-4.2.6.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.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/
implementation 'org.neo4j:community-integration-tests:4.2.6'
// https://jarcasting.com/artifacts/org.neo4j/community-integration-tests/
implementation ("org.neo4j:community-integration-tests:4.2.6")
'org.neo4j:community-integration-tests:pom:4.2.6'
<dependency org="org.neo4j" name="community-integration-tests" rev="4.2.6">
<artifact name="community-integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='community-integration-tests', version='4.2.6')
)
libraryDependencies += "org.neo4j" % "community-integration-tests" % "4.2.6"
[org.neo4j/community-integration-tests "4.2.6"]