GroupId | GroupIdorg.apache.hyracks |
---|---|
ArtifactId | ArtifactIdhyracks-storage-am-btree |
Version | Version0.3.4 |
Type | Typejar |
Filename | Size |
---|---|
hyracks-storage-am-btree-0.3.4.pom | |
hyracks-storage-am-btree-0.3.4.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-btree/ -->
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-btree</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-btree/
implementation 'org.apache.hyracks:hyracks-storage-am-btree:0.3.4'
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-btree/
implementation ("org.apache.hyracks:hyracks-storage-am-btree:0.3.4")
'org.apache.hyracks:hyracks-storage-am-btree:jar:0.3.4'
<dependency org="org.apache.hyracks" name="hyracks-storage-am-btree" rev="0.3.4">
<artifact name="hyracks-storage-am-btree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hyracks', module='hyracks-storage-am-btree', version='0.3.4')
)
libraryDependencies += "org.apache.hyracks" % "hyracks-storage-am-btree" % "0.3.4"
[org.apache.hyracks/hyracks-storage-am-btree "0.3.4"]