is not current version
Last Version 4.4.8

org.neo4j:neo4j-community 3.5.23

A project with bill-of-materials POM containing Neo4j Community dependencies.

Categories

Categories

Neo4J Data Databases Unity Business Logic Libraries Game Development
GroupId

GroupId

org.neo4j
ArtifactId

ArtifactId

neo4j-community
Version

Version

3.5.23
Type

Type

pom

Download neo4j-community 3.5.23


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