Categories |
CategoriesNeo4J Data Databases |
---|---|
GroupId | GroupIdorg.wowtools |
ArtifactId | ArtifactIdneo4j-rtree |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
neo4j-rtree-2.0.0.pom | |
neo4j-rtree-2.0.0.jar | 71 KB |
neo4j-rtree-2.0.0-sources.jar | 49 KB |
neo4j-rtree-2.0.0-javadoc.jar | 664 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wowtools/neo4j-rtree/ -->
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>neo4j-rtree</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/neo4j-rtree/
implementation 'org.wowtools:neo4j-rtree:2.0.0'
// https://jarcasting.com/artifacts/org.wowtools/neo4j-rtree/
implementation ("org.wowtools:neo4j-rtree:2.0.0")
'org.wowtools:neo4j-rtree:jar:2.0.0'
<dependency org="org.wowtools" name="neo4j-rtree" rev="2.0.0">
<artifact name="neo4j-rtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='neo4j-rtree', version='2.0.0')
)
libraryDependencies += "org.wowtools" % "neo4j-rtree" % "2.0.0"
[org.wowtools/neo4j-rtree "2.0.0"]