GroupId | GroupIdorg.objectweb.petals |
---|---|
ArtifactId | ArtifactIdpetals-standalone |
Version | Version1.4.4 |
Type | Typejar |
Filename | Size |
---|---|
petals-standalone-1.4.4.pom | |
petals-standalone-1.4.4.jar | 9 KB |
petals-standalone-1.4.4-sources.jar | 6 KB |
petals-standalone-1.4.4-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-standalone/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-standalone</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-standalone/
implementation 'org.objectweb.petals:petals-standalone:1.4.4'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-standalone/
implementation ("org.objectweb.petals:petals-standalone:1.4.4")
'org.objectweb.petals:petals-standalone:jar:1.4.4'
<dependency org="org.objectweb.petals" name="petals-standalone" rev="1.4.4">
<artifact name="petals-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-standalone', version='1.4.4')
)
libraryDependencies += "org.objectweb.petals" % "petals-standalone" % "1.4.4"
[org.objectweb.petals/petals-standalone "1.4.4"]