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