MVN

com.graphaware.neo4j : relcount

Maven & Gradle

Jan 19, 2016
11 stars

GraphAware Relationship Count Module · GraphAware Runtime Module for Efficient Relationship Counting

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

Latest Version

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

  • Latest Stable: 2.3.2.37.9

All Versions

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

Version Vulnerabilities Updated
2.3.x
relcount-2.3.2.37.9
relcount-2.3.1.37.9
relcount-2.3.1.36.9
relcount-2.3.1.35.9
relcount-2.3.0.35.9
2.2.x
relcount-2.2.6.35.9
relcount-2.2.5.35.9
relcount-2.2.5.34.9
relcount-2.2.4.34.9
relcount-2.2.2.33.9
relcount-2.2.2.32.9
relcount-2.2.2.31.9
relcount-2.2.1.30.9
relcount-2.2.0.30.9
relcount-2.2.0.29.9
relcount-2.2.0.28.9
2.1.x
relcount-2.1.7.28.9
relcount-2.1.6.27.9
relcount-2.1.6.26.9
relcount-2.1.5.25.9
relcount-2.1.5.21.8
relcount-2.1.4.19.7
relcount-2.1.4.18.6
relcount-2.1.3.15.5
relcount-2.1.3.11.4
relcount-2.1.3.10.3
relcount-2.1.2.9.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>relcount</artifactId>
    <version>2.3.2.37.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphaware.neo4j:relcount:2.3.2.37.9'

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

implementation("com.graphaware.neo4j:relcount:2.3.2.37.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphaware.neo4j" % "relcount" % "2.3.2.37.9"

Advertisement