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