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