is not current version
Last Version 1.0.0-rc4

com.hotels.styx:styx-common 1.0.0.beta6


GroupId

GroupId

com.hotels.styx
ArtifactId

ArtifactId

styx-common
Version

Version

1.0.0.beta6
Type

Type

jar

Download styx-common 1.0.0.beta6


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