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