License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.reco4j |
ArtifactId | ArtifactIdreco4j-neo4j |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreco4j-neo4j
Reco4j implementation to use neo4j as graph database
|
Filename | Size |
---|---|
reco4j-neo4j-0.5.0.pom | |
reco4j-neo4j-0.5.0.jar | 29 KB |
reco4j-neo4j-0.5.0-sources.jar | 23 KB |
reco4j-neo4j-0.5.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reco4j/reco4j-neo4j/ -->
<dependency>
<groupId>org.reco4j</groupId>
<artifactId>reco4j-neo4j</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.reco4j/reco4j-neo4j/
implementation 'org.reco4j:reco4j-neo4j:0.5.0'
// https://jarcasting.com/artifacts/org.reco4j/reco4j-neo4j/
implementation ("org.reco4j:reco4j-neo4j:0.5.0")
'org.reco4j:reco4j-neo4j:jar:0.5.0'
<dependency org="org.reco4j" name="reco4j-neo4j" rev="0.5.0">
<artifact name="reco4j-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reco4j', module='reco4j-neo4j', version='0.5.0')
)
libraryDependencies += "org.reco4j" % "reco4j-neo4j" % "0.5.0"
[org.reco4j/reco4j-neo4j "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j : neo4j | jar | 1.9.2 |
org.reco4j : reco4j-core | jar | 0.5.0 |
org.neo4j : server-api | jar | 1.9.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |