is not current version
Last Version 1.0.0-rc4

com.hotels.styx:styx-parent 1.0.0.beta9

Programmable, asynchronous, event-based reverse proxy for JVM.

GroupId

GroupId

com.hotels.styx
ArtifactId

ArtifactId

styx-parent
Version

Version

1.0.0.beta9
Type

Type

pom

Download styx-parent 1.0.0.beta9


<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-parent/ -->
<dependency>
    <groupId>com.hotels.styx</groupId>
    <artifactId>styx-parent</artifactId>
    <version>1.0.0.beta9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-parent/
implementation 'com.hotels.styx:styx-parent:1.0.0.beta9'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-parent/
implementation ("com.hotels.styx:styx-parent:1.0.0.beta9")
'com.hotels.styx:styx-parent:pom:1.0.0.beta9'
<dependency org="com.hotels.styx" name="styx-parent" rev="1.0.0.beta9">
  <artifact name="styx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-parent', version='1.0.0.beta9')
)
libraryDependencies += "com.hotels.styx" % "styx-parent" % "1.0.0.beta9"
[com.hotels.styx/styx-parent "1.0.0.beta9"]