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