is not current version
Last Version 1.4

org.objectweb.petals:petals-se-sampleclient 1.3


Categories

Categories

CLI User Interface
GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-se-sampleclient
Version

Version

1.3
Type

Type

jar

Download petals-se-sampleclient 1.3


<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-se-sampleclient/ -->
<dependency>
    <groupId>org.objectweb.petals</groupId>
    <artifactId>petals-se-sampleclient</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-se-sampleclient/
implementation 'org.objectweb.petals:petals-se-sampleclient:1.3'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-se-sampleclient/
implementation ("org.objectweb.petals:petals-se-sampleclient:1.3")
'org.objectweb.petals:petals-se-sampleclient:jar:1.3'
<dependency org="org.objectweb.petals" name="petals-se-sampleclient" rev="1.3">
  <artifact name="petals-se-sampleclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-se-sampleclient', version='1.3')
)
libraryDependencies += "org.objectweb.petals" % "petals-se-sampleclient" % "1.3"
[org.objectweb.petals/petals-se-sampleclient "1.3"]