Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdio.aboutcode.stage.persistence.graph |
ArtifactId | ArtifactIdneo4j |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-1.1.1.pom | |
neo4j-1.1.1.jar | 11 KB |
neo4j-1.1.1-sources.jar | 4 KB |
neo4j-1.1.1-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>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/
implementation 'io.aboutcode.stage.persistence.graph:neo4j:1.1.1'
// https://jarcasting.com/artifacts/io.aboutcode.stage.persistence.graph/neo4j/
implementation ("io.aboutcode.stage.persistence.graph:neo4j:1.1.1")
'io.aboutcode.stage.persistence.graph:neo4j:jar:1.1.1'
<dependency org="io.aboutcode.stage.persistence.graph" name="neo4j" rev="1.1.1">
<artifact name="neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aboutcode.stage.persistence.graph', module='neo4j', version='1.1.1')
)
libraryDependencies += "io.aboutcode.stage.persistence.graph" % "neo4j" % "1.1.1"
[io.aboutcode.stage.persistence.graph/neo4j "1.1.1"]