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