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