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