Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.clearbit |
ArtifactId | ArtifactIdclient |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
client-0.8.pom | |
client-0.8.jar | 74 KB |
client-0.8-tests.jar | 2 KB |
client-0.8-sources.jar | 30 KB |
client-0.8-javadoc.jar | 243 KB |
Browse |
<!-- 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"]