Categories |
CategoriesNeo4J Data Databases Unity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-community |
Version | Version1.8.M07 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-community-1.8.M07.pom | |
neo4j-community-1.8.M07.jar | 22 KB |
neo4j-community-1.8.M07-sources.jar | 19 KB |
neo4j-community-1.8.M07-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-community/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-community</artifactId>
<version>1.8.M07</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-community/
implementation 'org.neo4j:neo4j-community:1.8.M07'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-community/
implementation ("org.neo4j:neo4j-community:1.8.M07")
'org.neo4j:neo4j-community:jar:1.8.M07'
<dependency org="org.neo4j" name="neo4j-community" rev="1.8.M07">
<artifact name="neo4j-community" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-community', version='1.8.M07')
)
libraryDependencies += "org.neo4j" % "neo4j-community" % "1.8.M07"
[org.neo4j/neo4j-community "1.8.M07"]