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