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