is not current version
Last Version 0.9

com.clearbit:client 0.7


Categories

Categories

CLI User Interface
GroupId

GroupId

com.clearbit
ArtifactId

ArtifactId

client
Version

Version

0.7
Type

Type

jar

Download client 0.7


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