From 7485e2dfb5add91637e6013795f78c289d31cb00 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 24 Jul 2026 10:49:27 +0100 Subject: [PATCH 1/2] Remove the edition table and update the links --- modules/ROOT/pages/java-embedded/setup.adoc | 32 ++++----------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/modules/ROOT/pages/java-embedded/setup.adoc b/modules/ROOT/pages/java-embedded/setup.adoc index 2b69849..a44d08b 100644 --- a/modules/ROOT/pages/java-embedded/setup.adoc +++ b/modules/ROOT/pages/java-embedded/setup.adoc @@ -298,33 +298,13 @@ NetBeans:: [[editions]] == Editions -The following table outlines the available editions and their names for use with dependency management tools. +You can choose between the link:link:https://central.sonatype.com/artifact/org.neo4j/neo4j/overview[Neo4j Community Edition] and the link:link:https://central.sonatype.com/artifact/org.neo4j/neo4j-enterprise/overview[Neo4j Enterprise Edition] artifacts. +The listed dependencies do not contain the implementation, but pull it transitively. [TIP] ==== -Follow the links in the table for details on dependency configuration with Apache Maven, Apache Buildr, Apache Ivy, Groovy Grape, Grails, and Scala SBT. -==== - -.Neo4j editions -[cols="<20,<30,<50", options="header"] -|=== - -| Neo4j Edition -| Dependency -| Description - -| Community -| link:http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.neo4j%22%20AND%20a%3A%22neo4j%22[org.neo4j:neo4j^] -| A high-performance, fully ACID transactional graph database. - -| Enterprise -| link:http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.neo4j%22%20AND%20a%3A%22neo4j-enterprise%22[org.neo4j:neo4j-enterprise^] -| Adding advanced monitoring, online backup, and clustering. +Follow the links for details on dependency configuration with Apache Maven, Apache Buildr, Apache Ivy, Groovy Grape, Grails, and Scala SBT. -|=== - -Note that the listed dependencies do not contain the implementation, but pull it transitively. - -For information regarding licensing, see the link:https://neo4j.com/licensing[Licensing Guide^]. - -Javadocs can be downloaded in JAR files from Maven Central or read in link:{neo4j-javadocs-base-uri}/[Neo4j Javadocs^]. +Javadocs can be downloaded in JAR files from Maven Central or read in link:{neo4j-javadocs-base-uri}/[Neo4j Javadocs]. +For information regarding licensing, see the link:https://neo4j.com/licensing[Licensing Guide]. +==== From c21f1a69e96a9ca10ce269e07e8d2a1870c6b8d6 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 24 Jul 2026 11:14:09 +0100 Subject: [PATCH 2/2] apply suggestions --- modules/ROOT/pages/java-embedded/setup.adoc | 25 ++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/java-embedded/setup.adoc b/modules/ROOT/pages/java-embedded/setup.adoc index a44d08b..ee6cae6 100644 --- a/modules/ROOT/pages/java-embedded/setup.adoc +++ b/modules/ROOT/pages/java-embedded/setup.adoc @@ -298,13 +298,32 @@ NetBeans:: [[editions]] == Editions -You can choose between the link:link:https://central.sonatype.com/artifact/org.neo4j/neo4j/overview[Neo4j Community Edition] and the link:link:https://central.sonatype.com/artifact/org.neo4j/neo4j-enterprise/overview[Neo4j Enterprise Edition] artifacts. +You can choose between the Neo4j Community and Neo4j Enterprise edition artifacts. The listed dependencies do not contain the implementation, but pull it transitively. +The following table contains links to the available editions for use with dependency management tools. +There you can find details on dependency configuration with Apache Maven, Apache Buildr, Apache Ivy, Groovy Grape, Grails, and Scala SBT. + +.Neo4j editions +[cols="<20,<30,<50", options="header"] +|=== + +| Neo4j Edition +| Dependency +| Description + +| Community +| link:https://central.sonatype.com/artifact/org.neo4j/neo4j/overview[`org.neo4j:neo4j`] +| A high-performance, fully ACID transactional graph database. + +| Enterprise +| `com.neo4j:neo4j-enterprise` +| Adding advanced monitoring, online backup, and clustering. +|=== + + [TIP] ==== -Follow the links for details on dependency configuration with Apache Maven, Apache Buildr, Apache Ivy, Groovy Grape, Grails, and Scala SBT. - Javadocs can be downloaded in JAR files from Maven Central or read in link:{neo4j-javadocs-base-uri}/[Neo4j Javadocs]. For information regarding licensing, see the link:https://neo4j.com/licensing[Licensing Guide]. ====