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