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