is not current version
Last Version 0.9

com.clearbit:client 0.8


Categories

Categories

CLI User Interface
GroupId

GroupId

com.clearbit
ArtifactId

ArtifactId

client
Version

Version

0.8
Type

Type

jar

Download client 0.8


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