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