GroupId | GroupIdorg.ow2.petals |
---|---|
ArtifactId | ArtifactIdpetals-plugins |
Version | Version4 |
Type | Typepom |
Filename | Size |
---|---|
petals-plugins-4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-plugins/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-plugins</artifactId>
<version>4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-plugins/
implementation 'org.ow2.petals:petals-plugins:4'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-plugins/
implementation ("org.ow2.petals:petals-plugins:4")
'org.ow2.petals:petals-plugins:pom:4'
<dependency org="org.ow2.petals" name="petals-plugins" rev="4">
<artifact name="petals-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-plugins', version='4')
)
libraryDependencies += "org.ow2.petals" % "petals-plugins" % "4"
[org.ow2.petals/petals-plugins "4"]