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