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