is not current version
Last Version 4.4.8

org.neo4j:neo4j-community 3.2.4

A meta package containing the most used Neo4j Community libraries. Intended use: as a Maven dependency.

Categories

Categories

Neo4J Data Databases Unity Business Logic Libraries Game Development
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

neo4j-community
Version

Version

3.2.4
Type

Type

jar

Download neo4j-community 3.2.4


<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-community/ -->
<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-community</artifactId>
    <version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-community/
implementation 'org.neo4j:neo4j-community:3.2.4'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-community/
implementation ("org.neo4j:neo4j-community:3.2.4")
'org.neo4j:neo4j-community:jar:3.2.4'
<dependency org="org.neo4j" name="neo4j-community" rev="3.2.4">
  <artifact name="neo4j-community" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-community', version='3.2.4')
)
libraryDependencies += "org.neo4j" % "neo4j-community" % "3.2.4"
[org.neo4j/neo4j-community "3.2.4"]