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