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