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