Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.apache.hyracks |
ArtifactId | ArtifactIdhyracks-storage-am-lsm-invertedindex |
Version | Version0.3.0 |
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.0</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.0'
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-lsm-invertedindex/
implementation ("org.apache.hyracks:hyracks-storage-am-lsm-invertedindex:0.3.0")
'org.apache.hyracks:hyracks-storage-am-lsm-invertedindex:jar:0.3.0'
<dependency org="org.apache.hyracks" name="hyracks-storage-am-lsm-invertedindex" rev="0.3.0">
<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.0')
)
libraryDependencies += "org.apache.hyracks" % "hyracks-storage-am-lsm-invertedindex" % "0.3.0"
[org.apache.hyracks/hyracks-storage-am-lsm-invertedindex "0.3.0"]