Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.contactlab.api |
ArtifactId | ArtifactIdclient |
Version | Version2.13 |
Type | Typejar |
Filename | Size |
---|---|
client-2.13.pom | |
client-2.13.jar | 302 KB |
client-2.13-sources.jar | 303 KB |
client-2.13-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.contactlab.api/client/ -->
<dependency>
<groupId>com.contactlab.api</groupId>
<artifactId>client</artifactId>
<version>2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.contactlab.api/client/
implementation 'com.contactlab.api:client:2.13'
// https://jarcasting.com/artifacts/com.contactlab.api/client/
implementation ("com.contactlab.api:client:2.13")
'com.contactlab.api:client:jar:2.13'
<dependency org="com.contactlab.api" name="client" rev="2.13">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.contactlab.api', module='client', version='2.13')
)
libraryDependencies += "com.contactlab.api" % "client" % "2.13"
[com.contactlab.api/client "2.13"]