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