GroupId | GroupIdorg.apache.hyracks |
---|---|
ArtifactId | ArtifactIdalgebricks |
Version | Version0.3.3 |
Type | Typepom |
Filename | Size |
---|---|
algebricks-0.3.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hyracks/algebricks/ -->
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>algebricks</artifactId>
<version>0.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hyracks/algebricks/
implementation 'org.apache.hyracks:algebricks:0.3.3'
// https://jarcasting.com/artifacts/org.apache.hyracks/algebricks/
implementation ("org.apache.hyracks:algebricks:0.3.3")
'org.apache.hyracks:algebricks:pom:0.3.3'
<dependency org="org.apache.hyracks" name="algebricks" rev="0.3.3">
<artifact name="algebricks" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.hyracks', module='algebricks', version='0.3.3')
)
libraryDependencies += "org.apache.hyracks" % "algebricks" % "0.3.3"
[org.apache.hyracks/algebricks "0.3.3"]