Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdio.aboutcode.stage.persistence.graph |
ArtifactId | ArtifactIdneo4j |
Version | Version3.0.6 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-3.0.6.pom | |
neo4j-3.0.6.jar | 10 KB |
neo4j-3.0.6-sources.jar | 4 KB |
neo4j-3.0.6-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/ -->
<dependency>
<groupId>io.aboutcode.stage.persistence.graph</groupId>
<artifactId>neo4j</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/
implementation 'io.aboutcode.stage.persistence.graph:neo4j:3.0.6'
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/
implementation ("io.aboutcode.stage.persistence.graph:neo4j:3.0.6")
'io.aboutcode.stage.persistence.graph:neo4j:jar:3.0.6'
<dependency org="io.aboutcode.stage.persistence.graph" name="neo4j" rev="3.0.6">
<artifact name="neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aboutcode.stage.persistence.graph', module='neo4j', version='3.0.6')
)
libraryDependencies += "io.aboutcode.stage.persistence.graph" % "neo4j" % "3.0.6"
[io.aboutcode.stage.persistence.graph/neo4j "3.0.6"]