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