| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.contactlab.api |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version2.24.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionContactLab SOAP API Java Client
The Java Client for ContactLab SOAP API
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| client-2.24.6.pom | |
| client-2.24.6.jar | 326 KB |
| client-2.24.6-sources.jar | 328 KB |
| client-2.24.6-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.contactlab.api/client/ -->
<dependency>
<groupId>com.contactlab.api</groupId>
<artifactId>client</artifactId>
<version>2.24.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.contactlab.api/client/
implementation 'com.contactlab.api:client:2.24.6'
// https://jarcasting.com/artifacts/com.contactlab.api/client/
implementation ("com.contactlab.api:client:2.24.6")
'com.contactlab.api:client:jar:2.24.6'
<dependency org="com.contactlab.api" name="client" rev="2.24.6">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.contactlab.api', module='client', version='2.24.6')
)
libraryDependencies += "com.contactlab.api" % "client" % "2.24.6"
[com.contactlab.api/client "2.24.6"]