h

http-service-client

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