| License |
License |
|---|---|
| Categories |
CategoriesNeo4J Data Databases |
| GroupId | GroupIdcom.graphaware.neo4j |
| ArtifactId | ArtifactIdnoderank |
| Last Version | Last Version3.2.5.51.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGraphAware Neo4j Node Rank Module
Neo4j Timer-Driven Module that computes a page-rank-like algorithm on a Neo4j graph
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| noderank-3.2.5.51.5.pom | |
| noderank-3.2.5.51.5.jar | 11 KB |
| noderank-3.2.5.51.5-sources.jar | 6 KB |
| noderank-3.2.5.51.5-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.graphaware.neo4j/noderank/ -->
<dependency>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>noderank</artifactId>
<version>3.2.5.51.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphaware.neo4j/noderank/
implementation 'com.graphaware.neo4j:noderank:3.2.5.51.5'
// https://jarcasting.com/artifacts/com.graphaware.neo4j/noderank/
implementation ("com.graphaware.neo4j:noderank:3.2.5.51.5")
'com.graphaware.neo4j:noderank:jar:3.2.5.51.5'
<dependency org="com.graphaware.neo4j" name="noderank" rev="3.2.5.51.5">
<artifact name="noderank" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphaware.neo4j', module='noderank', version='3.2.5.51.5')
)
libraryDependencies += "com.graphaware.neo4j" % "noderank" % "3.2.5.51.5"
[com.graphaware.neo4j/noderank "3.2.5.51.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.graphaware.neo4j : api | jar | 3.2.5.51 |
| com.graphaware.neo4j : runtime | jar | 3.2.5.51 |
| org.springframework : spring-webmvc | jar | 4.3.7.RELEASE |
| com.graphaware.neo4j : server | jar | 3.2.5.51 |
| com.graphaware.neo4j : common | jar | 3.2.5.51 |
| org.neo4j : neo4j | jar | 3.2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.neo4j : neo4j-kernel | test-jar | 3.2.5 |
| com.google.guava : guava | jar | 21.0 |
| org.la4j : la4j | jar | 0.4.9 |
| com.graphaware.neo4j : tests | jar | 3.2.5.51 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |