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