Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.apache.hyracks |
ArtifactId | ArtifactIdhyracks-storage-am-lsm-invertedindex |
Version | Version0.2.17-incubating |
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.2.17-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-lsm-invertedindex/
implementation 'org.apache.hyracks:hyracks-storage-am-lsm-invertedindex:0.2.17-incubating'
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-storage-am-lsm-invertedindex/
implementation ("org.apache.hyracks:hyracks-storage-am-lsm-invertedindex:0.2.17-incubating")
'org.apache.hyracks:hyracks-storage-am-lsm-invertedindex:jar:0.2.17-incubating'
<dependency org="org.apache.hyracks" name="hyracks-storage-am-lsm-invertedindex" rev="0.2.17-incubating">
<artifact name="hyracks-storage-am-lsm-invertedindex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hyracks', module='hyracks-storage-am-lsm-invertedindex', version='0.2.17-incubating')
)
libraryDependencies += "org.apache.hyracks" % "hyracks-storage-am-lsm-invertedindex" % "0.2.17-incubating"
[org.apache.hyracks/hyracks-storage-am-lsm-invertedindex "0.2.17-incubating"]