License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.clearbit |
ArtifactId | ArtifactIdclient |
Version | Version0.9 |
Type | Typejar |
Description |
Descriptionclient
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-0.9.pom | |
client-0.9.jar | 75 KB |
client-0.9-tests.jar | 2 KB |
client-0.9-sources.jar | 30 KB |
client-0.9-javadoc.jar | 248 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.clearbit/client/ -->
<dependency>
<groupId>com.clearbit</groupId>
<artifactId>client</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.clearbit/client/
implementation 'com.clearbit:client:0.9'
// https://jarcasting.com/artifacts/com.clearbit/client/
implementation ("com.clearbit:client:0.9")
'com.clearbit:client:jar:0.9'
<dependency org="com.clearbit" name="client" rev="0.9">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clearbit', module='client', version='0.9')
)
libraryDependencies += "com.clearbit" % "client" % "0.9"
[com.clearbit/client "0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.16.6 |
com.sun.jersey : jersey-client | jar | 1.19 |
com.sun.jersey.contribs : jersey-multipart | jar | 1.19 |
com.fasterxml.jackson.core : jackson-core | jar | 2.5.4 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.5.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.4 |
com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.1.5 |
joda-time : joda-time | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |