is not current version
Last Version 1.1.1

org.ow2.petals:petals-kernel-wsclient 1.1

The WS API client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-kernel-wsclient
Version

Version

1.1
Type

Type

jar

Download petals-kernel-wsclient 1.1


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