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