GroupId | GroupIdorg.ow2.petals |
---|---|
ArtifactId | ArtifactIdpetals-standalone |
Version | Version2.4 |
Type | Typejar |
Filename | Size |
---|---|
petals-standalone-2.4.pom | |
petals-standalone-2.4.jar | 13 KB |
petals-standalone-2.4-sources.jar | 11 KB |
petals-standalone-2.4-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-standalone/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-standalone</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-standalone/
implementation 'org.ow2.petals:petals-standalone:2.4'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-standalone/
implementation ("org.ow2.petals:petals-standalone:2.4")
'org.ow2.petals:petals-standalone:jar:2.4'
<dependency org="org.ow2.petals" name="petals-standalone" rev="2.4">
<artifact name="petals-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-standalone', version='2.4')
)
libraryDependencies += "org.ow2.petals" % "petals-standalone" % "2.4"
[org.ow2.petals/petals-standalone "2.4"]