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