| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.ow2.petals |
| ArtifactId | ArtifactIdpetals-plugins-maven |
| Last Version | Last Version4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMaven Petals Plugins
PEtALS Services Platform
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| petals-plugins-maven-4.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-plugins-maven/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-plugins-maven</artifactId>
<version>4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-plugins-maven/
implementation 'org.ow2.petals:petals-plugins-maven:4'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-plugins-maven/
implementation ("org.ow2.petals:petals-plugins-maven:4")
'org.ow2.petals:petals-plugins-maven:pom:4'
<dependency org="org.ow2.petals" name="petals-plugins-maven" rev="4">
<artifact name="petals-plugins-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-plugins-maven', version='4')
)
libraryDependencies += "org.ow2.petals" % "petals-plugins-maven" % "4"
[org.ow2.petals/petals-plugins-maven "4"]