Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.clearbit |
ArtifactId | ArtifactIdclient |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
client-0.5.pom | |
client-0.5.jar | 75 KB |
client-0.5-tests.jar | 2 KB |
client-0.5-sources.jar | 27 KB |
client-0.5-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.clearbit/client/ -->
<dependency>
<groupId>com.clearbit</groupId>
<artifactId>client</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.clearbit/client/
implementation 'com.clearbit:client:0.5'
// https://jarcasting.com/artifacts/com.clearbit/client/
implementation ("com.clearbit:client:0.5")
'com.clearbit:client:jar:0.5'
<dependency org="com.clearbit" name="client" rev="0.5">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clearbit', module='client', version='0.5')
)
libraryDependencies += "com.clearbit" % "client" % "0.5"
[com.clearbit/client "0.5"]