c

cdm-rest-client-okhttp

Files download
File Operation
cdm-rest-client-okhttp-1.11.0.jar download
cdm-rest-client-okhttp-1.11.0.pom download
cdm-rest-client-okhttp-1.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codingmatters.rest</groupId>
  <artifactId>cdm-rest-client-okhttp</artifactId>
  <version>1.11.0</version>
</dependency>
Gradle Groovy
implementation 'org.codingmatters.rest:cdm-rest-client-okhttp:1.11.0'
Gradle Kotlin
implementation("org.codingmatters.rest:cdm-rest-client-okhttp:1.11.0")
Scala SBT
libraryDependencies += "org.codingmatters.rest" % "cdm-rest-client-okhttp" % "1.11.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codingmatters.rest', module='cdm-rest-client-okhttp', version='1.11.0')
)
Apache Ivy
<dependency org="org.codingmatters.rest" name="cdm-rest-client-okhttp" rev="1.11.0" />
Leiningen
[org.codingmatters.rest/cdm-rest-client-okhttp "1.11.0"]
Apache Buildr
'org.codingmatters.rest:cdm-rest-client-okhttp:jar:1.11.0'