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