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