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