is not current version
Last Version 4.4.8

org.neo4j.assembly:neo4j-standalone 4.0.4

This project assembles the Neo4j stand-alone distribution, pulling together all the deliverable artifacts and packaging them into a downloadable installer.

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

org.neo4j.assembly
ArtifactId

ArtifactId

neo4j-standalone
Version

Version

4.0.4
Type

Type

pom

Download neo4j-standalone 4.0.4


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