MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-data-neo4j

Maven & Gradle

Dec 25, 2018

Apache ServiceMix :: Bundles :: spring-data-neo4j · This OSGi bundle wraps spring-data-neo4j, spring-data-neo4j-aspects, spring-data-neo4j-cross-store, spring-data-neo4j-tx, spring-data-neo4j-rest ${pkgVersion} jar files.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.spring-data-neo4j</artifactId>
    <version>3.4.6.RELEASE_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-data-neo4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.6.RELEASE_1

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-data-neo4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
org.apache.servicemix.bundles.spring-data-neo4j-3.4.6.RELEASE_1
3.3.x
org.apache.servicemix.bundles.spring-data-neo4j-3.3.2.RELEASE_1
org.apache.servicemix.bundles.spring-data-neo4j-3.3.1.RELEASE_1
org.apache.servicemix.bundles.spring-data-neo4j-3.3.0.RELEASE_1
3.2.x
org.apache.servicemix.bundles.spring-data-neo4j-3.2.2.RELEASE_1
org.apache.servicemix.bundles.spring-data-neo4j-3.2.1.RELEASE_1
3.1.x
org.apache.servicemix.bundles.spring-data-neo4j-3.1.1.RELEASE_2
org.apache.servicemix.bundles.spring-data-neo4j-3.1.1.RELEASE_1
org.apache.servicemix.bundles.spring-data-neo4j-3.1.0.RELEASE_2
org.apache.servicemix.bundles.spring-data-neo4j-3.1.0.RELEASE_1
2.2.x
org.apache.servicemix.bundles.spring-data-neo4j-2.2.2.RELEASE_2
org.apache.servicemix.bundles.spring-data-neo4j-2.2.2.RELEASE_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-data-neo4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.spring-data-neo4j</artifactId>
    <version>3.4.6.RELEASE_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-data-neo4j gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-data-neo4j:3.4.6.RELEASE_1'

Gradle Kotlin DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-data-neo4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-data-neo4j:3.4.6.RELEASE_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.spring-data-neo4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.spring-data-neo4j" % "3.4.6.RELEASE_1"