MVN

org.neo4j.assembly : neo4j-enterprise-standalone

Maven & Gradle

Feb 26, 2019
12.4k stars

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

<dependency>
    <groupId>org.neo4j.assembly</groupId>
    <artifactId>neo4j-enterprise-standalone</artifactId>
    <version>3.2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j.assembly : neo4j-enterprise-standalone to add to Maven - Latest Versions:

  • Latest Stable: 3.2.14
  • Latest Beta: 3.3.0-beta02
  • Latest Alpha: 3.4.0-alpha08

All Versions

Choose a version of org.neo4j.assembly : neo4j-enterprise-standalone to add to Maven - All Versions:

Version Vulnerabilities Updated
3.4.x
neo4j-enterprise-standalone-3.4.0-alpha08
neo4j-enterprise-standalone-3.4.0-alpha07
neo4j-enterprise-standalone-3.4.0-alpha06
neo4j-enterprise-standalone-3.4.0-alpha05
neo4j-enterprise-standalone-3.4.0-alpha04
neo4j-enterprise-standalone-3.4.0-alpha03
neo4j-enterprise-standalone-3.4.0-alpha02
neo4j-enterprise-standalone-3.4.0-alpha01
3.3.x
neo4j-enterprise-standalone-3.3.0-beta02
neo4j-enterprise-standalone-3.3.0-beta01
neo4j-enterprise-standalone-3.3.0-alpha07
neo4j-enterprise-standalone-3.3.0-alpha06
neo4j-enterprise-standalone-3.3.0-alpha05
neo4j-enterprise-standalone-3.3.0-alpha04
neo4j-enterprise-standalone-3.3.0-alpha03
neo4j-enterprise-standalone-3.3.0-alpha02
neo4j-enterprise-standalone-3.3.0-alpha01
3.2.x
neo4j-enterprise-standalone-3.2.14
neo4j-enterprise-standalone-3.2.13
neo4j-enterprise-standalone-3.2.12
neo4j-enterprise-standalone-3.2.11
neo4j-enterprise-standalone-3.2.10
neo4j-enterprise-standalone-3.2.9
neo4j-enterprise-standalone-3.2.8
neo4j-enterprise-standalone-3.2.7
neo4j-enterprise-standalone-3.2.6
neo4j-enterprise-standalone-3.2.5
neo4j-enterprise-standalone-3.2.4
neo4j-enterprise-standalone-3.2.3
neo4j-enterprise-standalone-3.2.2
neo4j-enterprise-standalone-3.2.1
3.1.x
neo4j-enterprise-standalone-3.1.9
neo4j-enterprise-standalone-3.1.8
neo4j-enterprise-standalone-3.1.7
neo4j-enterprise-standalone-3.1.6
neo4j-enterprise-standalone-3.1.5
3.0.x
neo4j-enterprise-standalone-3.0.12
neo4j-enterprise-standalone-3.0.11
neo4j-enterprise-standalone-3.0.10
2.3.x
neo4j-enterprise-standalone-2.3.12
neo4j-enterprise-standalone-2.3.11

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.neo4j.assembly</groupId>
    <artifactId>neo4j-enterprise-standalone</artifactId>
    <version>3.2.14</version>
</dependency>

Advertisement