License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.testquack |
ArtifactId | ArtifactIdcommon-client |
Version | Version1.9 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationQuAck |
Filename | Size |
---|---|
common-client-1.9.pom | |
common-client-1.9.jar | 5 KB |
common-client-1.9-sources.jar | 2 KB |
common-client-1.9-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/common-client/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>common-client</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/common-client/
implementation 'com.testquack:common-client:1.9'
// https://jarcasting.com/artifacts/com.testquack/common-client/
implementation ("com.testquack:common-client:1.9")
'com.testquack:common-client:jar:1.9'
<dependency org="com.testquack" name="common-client" rev="1.9">
<artifact name="common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='common-client', version='1.9')
)
libraryDependencies += "com.testquack" % "common-client" % "1.9"
[com.testquack/common-client "1.9"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.squareup.retrofit2 : converter-jackson | jar | 2.3.0 |
com.squareup.retrofit2 : retrofit | jar | 2.3.0 |
com.squareup.retrofit2 : adapter-java8 | jar | 2.3.0 |
com.squareup.okhttp3 : okhttp | jar | 3.8.0 |
com.squareup.okhttp3 : okhttp-urlconnection | jar | 3.8.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.8.5 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
com.fasterxml.jackson.module : jackson-module-jaxb-annotations | jar | 2.8.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.8.5 |