MVN

com.graphaware.neo4j : noderank

Maven & Gradle

Sep 27, 2017
26 stars

GraphAware Neo4j Node Rank Module · Neo4j Timer-Driven Module that computes a page-rank-like algorithm on a Neo4j graph

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

Latest Version

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

  • Latest Stable: 3.2.5.51.5

All Versions

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

Version Vulnerabilities Updated
3.2.x
noderank-3.2.5.51.5
noderank-3.2.1.51.5
3.1.x
noderank-3.1.4.49.5
noderank-3.1.3.45.5
noderank-3.1.0.44.4
3.0.x
noderank-3.0.7.44.4
noderank-3.0.6.43.3
noderank-3.0.4.43.3
noderank-3.0.4.42.3
noderank-3.0.3.39.3
noderank-3.0.3.39.2
noderank-3.0.2.39.2
noderank-3.0.1.38.2
2.3.x
noderank-2.3.3.37.2
noderank-2.3.2.37.2
noderank-2.3.1.37.2
noderank-2.3.1.36.2
noderank-2.3.1.35.2
noderank-2.3.0.35.2
2.2.x
noderank-2.2.6.35.2
noderank-2.2.5.35.2
noderank-2.2.5.34.2
noderank-2.2.4.34.2
noderank-2.2.2.33.2
noderank-2.2.2.32.2
noderank-2.2.2.31.2
noderank-2.2.1.30.2
noderank-2.2.0.30.2
noderank-2.2.0.28.2
2.1.x
noderank-2.1.7.28.2
noderank-2.1.6.27.2
noderank-2.1.6.26.2
noderank-2.1.5.25.2
noderank-2.1.5.21.2
noderank-2.1.4.19.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>noderank</artifactId>
    <version>3.2.5.51.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphaware.neo4j:noderank:3.2.5.51.5'

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

implementation("com.graphaware.neo4j:noderank:3.2.5.51.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphaware.neo4j" % "noderank" % "3.2.5.51.5"