MVN

com.smb-tec.neo4j : neo4j-community

Maven & Gradle

Dec 01, 2014
2 stars

Neo4j GraphDB - OSGi Bundle · This project provides an OSGi compatible bundle artifact of the Neo4j Database.

<dependency>
    <groupId>com.smb-tec.neo4j</groupId>
    <artifactId>neo4j-community</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.6

All Versions

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

Version Vulnerabilities Updated
2.1.x
neo4j-community-2.1.6
neo4j-community-2.1.5
neo4j-community-2.1.4
neo4j-community-2.1.3
neo4j-community-2.1.2
neo4j-community-2.1.1
neo4j-community-2.1.0
neo4j-community-2.1.0-M01
2.0.x
neo4j-community-2.0.3
neo4j-community-2.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.smb-tec.neo4j</groupId>
    <artifactId>neo4j-community</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.smb-tec.neo4j:neo4j-community:2.1.6'

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

implementation("com.smb-tec.neo4j:neo4j-community:2.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.smb-tec.neo4j" % "neo4j-community" % "2.1.6"