is not current version
Last Version 2.24.6

com.contactlab.api:client 2.24.3

The Java Client for ContactLab SOAP API

Categories

Categories

CLI User Interface
GroupId

GroupId

com.contactlab.api
ArtifactId

ArtifactId

client
Version

Version

2.24.3
Type

Type

jar

Download client 2.24.3


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