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