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