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