License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.asterix |
ArtifactId | ArtifactIdasterix-maven-plugins |
Last Version | Last Version0.9.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThe Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
asterix-maven-plugins-0.9.8.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.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-maven-plugins/
implementation 'org.apache.asterix:asterix-maven-plugins:0.9.8'
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-maven-plugins/
implementation ("org.apache.asterix:asterix-maven-plugins:0.9.8")
'org.apache.asterix:asterix-maven-plugins:pom:0.9.8'
<dependency org="org.apache.asterix" name="asterix-maven-plugins" rev="0.9.8">
<artifact name="asterix-maven-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.asterix', module='asterix-maven-plugins', version='0.9.8')
)
libraryDependencies += "org.apache.asterix" % "asterix-maven-plugins" % "0.9.8"
[org.apache.asterix/asterix-maven-plugins "0.9.8"]