Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.apache.hyracks |
ArtifactId | ArtifactIdhyracks-storage-am-lsm-invertedindex |
Version | Version0.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-lsm-invertedindex/ -->
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-lsm-invertedindex/
implementation 'org.apache.hyracks:hyracks-storage-am-lsm-invertedindex:0.3.2'
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-lsm-invertedindex/
implementation ("org.apache.hyracks:hyracks-storage-am-lsm-invertedindex:0.3.2")
'org.apache.hyracks:hyracks-storage-am-lsm-invertedindex:jar:0.3.2'
<dependency org="org.apache.hyracks" name="hyracks-storage-am-lsm-invertedindex" rev="0.3.2">
<artifact name="hyracks-storage-am-lsm-invertedindex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hyracks', module='hyracks-storage-am-lsm-invertedindex', version='0.3.2')
)
libraryDependencies += "org.apache.hyracks" % "hyracks-storage-am-lsm-invertedindex" % "0.3.2"
[org.apache.hyracks/hyracks-storage-am-lsm-invertedindex "0.3.2"]