t

tt-rest-client

Performs calls against REST services.
Files download
File Operation
tt-rest-client-1.2.0.jar download
tt-rest-client-1.2.0.pom download
tt-rest-client-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.wcinformatics.tt</groupId>
  <artifactId>tt-rest-client</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.wcinformatics.tt:tt-rest-client:1.2.0'
Gradle Kotlin
implementation("com.wcinformatics.tt:tt-rest-client:1.2.0")
Scala SBT
libraryDependencies += "com.wcinformatics.tt" % "tt-rest-client" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.wcinformatics.tt', module='tt-rest-client', version='1.2.0')
)
Apache Ivy
<dependency org="com.wcinformatics.tt" name="tt-rest-client" rev="1.2.0" />
Leiningen
[com.wcinformatics.tt/tt-rest-client "1.2.0"]
Apache Buildr
'com.wcinformatics.tt:tt-rest-client:jar:1.2.0'