MVN

com.graphaware.neo4j : server-community

Maven & Gradle

Oct 17, 2015
23 usages
245 stars

GraphAware Server (Community) · GraphAware Server for Neo4j Community

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>server-community</artifactId>
    <version>2.2.6.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.graphaware.neo4j : server-community to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.6.35

All Versions

Choose a version of com.graphaware.neo4j : server-community to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
server-community-2.2.6.35
server-community-2.2.5.35
server-community-2.2.5.34
server-community-2.2.4.34
server-community-2.2.2.33
server-community-2.2.2.32
server-community-2.2.2.31
server-community-2.2.1.30
server-community-2.2.0.30
server-community-2.2.0.29
server-community-2.2.0.28
2.1.x
server-community-2.1.7.28
server-community-2.1.6.27
server-community-2.1.6.26
server-community-2.1.5.25
server-community-2.1.5.24
server-community-2.1.5.22
server-community-2.1.5.21
server-community-2.1.5.20
server-community-2.1.4.19
server-community-2.1.4.18
server-community-2.1.4.17
server-community-2.1.3.15
server-community-2.1.3.14
server-community-2.1.3.11
server-community-2.1.3.10
server-community-2.1.2.9
server-community-2.1.2.7
server-community-2.1.1.6
2.0.x
server-community-2.0.3.6
server-community-2.0.3.5
server-community-2.0.3.4
server-community-2.0.3.3
server-community-2.0.3.2
server-community-2.0.3.1

How to add a dependency to Maven

Add the following com.graphaware.neo4j : server-community maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>server-community</artifactId>
    <version>2.2.6.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphaware.neo4j : server-community gradle dependency to your build.gradle file:

implementation 'com.graphaware.neo4j:server-community:2.2.6.35'

Gradle Kotlin DSL: Add the following com.graphaware.neo4j : server-community gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphaware.neo4j:server-community:2.2.6.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphaware.neo4j : server-community sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphaware.neo4j" % "server-community" % "2.2.6.35"

Advertisement