MVN

com.graphaware.neo4j : changefeed

Maven & Gradle

Jan 19, 2016
1 usages
16 stars

GraphAware ChangeFeed Module · GraphAware ChangeFeed Module to provide a stream of changes on the graph

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>changefeed</artifactId>
    <version>2.3.2.37.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.2.37.7

All Versions

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

Version Vulnerabilities Updated
2.3.x
changefeed-2.3.2.37.7
changefeed-2.3.1.37.7
changefeed-2.3.1.36.7
changefeed-2.3.1.35.7
changefeed-2.3.0.35.7
2.2.x
changefeed-2.2.6.35.7
changefeed-2.2.5.35.7
changefeed-2.2.5.34.7
changefeed-2.2.4.34.7
changefeed-2.2.2.33.7
changefeed-2.2.2.32.7
changefeed-2.2.2.31.7
changefeed-2.2.1.30.7
changefeed-2.2.0.30.7
changefeed-2.2.0.28.7
2.1.x
changefeed-2.1.7.28.7
changefeed-2.1.6.27.7
changefeed-2.1.6.26.7
changefeed-2.1.5.25.7
changefeed-2.1.5.21.7
changefeed-2.1.4.19.6
changefeed-2.1.4.18.5
changefeed-2.1.3.15.4
changefeed-2.1.3.11.3
changefeed-2.1.3.11.2
changefeed-2.1.3.10.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>changefeed</artifactId>
    <version>2.3.2.37.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphaware.neo4j:changefeed:2.3.2.37.7'

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

implementation("com.graphaware.neo4j:changefeed:2.3.2.37.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphaware.neo4j" % "changefeed" % "2.3.2.37.7"

Advertisement