MVN

org.wowtools : neo4j-rtree

Maven & Gradle

May 26, 2022
8 stars

neo4j-rtree · a spatial index for neo4j 4.x.

<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>neo4j-rtree</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wowtools : neo4j-rtree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of org.wowtools : neo4j-rtree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
neo4j-rtree-2.1.0
2.0.x
neo4j-rtree-2.0.2
neo4j-rtree-2.0.0
1.4.x
neo4j-rtree-1.4.2.RELEASE
neo4j-rtree-1.4.2
neo4j-rtree-1.4.0
1.3.x
neo4j-rtree-1.3.0
1.2.x
neo4j-rtree-1.2.3
neo4j-rtree-1.2.2
1.2
neo4j-rtree-1.2
1.1
neo4j-rtree-1.1
1.0
neo4j-rtree-1.0

How to add a dependency to Maven

Add the following org.wowtools : neo4j-rtree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>neo4j-rtree</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wowtools : neo4j-rtree gradle dependency to your build.gradle file:

implementation 'org.wowtools:neo4j-rtree:2.1.0'

Gradle Kotlin DSL: Add the following org.wowtools : neo4j-rtree gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wowtools:neo4j-rtree:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wowtools : neo4j-rtree sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wowtools" % "neo4j-rtree" % "2.1.0"

Advertisement