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