GroupId | GroupIdorg.apache.hyracks |
---|---|
ArtifactId | ArtifactIdhyracks-storage-am-rtree |
Version | Version0.2.16-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-rtree/ -->
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-rtree</artifactId>
<version>0.2.16-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-rtree/
implementation 'org.apache.hyracks:hyracks-storage-am-rtree:0.2.16-incubating'
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-rtree/
implementation ("org.apache.hyracks:hyracks-storage-am-rtree:0.2.16-incubating")
'org.apache.hyracks:hyracks-storage-am-rtree:jar:0.2.16-incubating'
<dependency org="org.apache.hyracks" name="hyracks-storage-am-rtree" rev="0.2.16-incubating">
<artifact name="hyracks-storage-am-rtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hyracks', module='hyracks-storage-am-rtree', version='0.2.16-incubating')
)
libraryDependencies += "org.apache.hyracks" % "hyracks-storage-am-rtree" % "0.2.16-incubating"
[org.apache.hyracks/hyracks-storage-am-rtree "0.2.16-incubating"]