GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-common |
Version | Versionstyx-1.0.0.beta2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-common/ -->
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-common</artifactId>
<version>styx-1.0.0.beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-common/
implementation 'com.hotels.styx:styx-common:styx-1.0.0.beta2'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-common/
implementation ("com.hotels.styx:styx-common:styx-1.0.0.beta2")
'com.hotels.styx:styx-common:jar:styx-1.0.0.beta2'
<dependency org="com.hotels.styx" name="styx-common" rev="styx-1.0.0.beta2">
<artifact name="styx-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-common', version='styx-1.0.0.beta2')
)
libraryDependencies += "com.hotels.styx" % "styx-common" % "styx-1.0.0.beta2"
[com.hotels.styx/styx-common "styx-1.0.0.beta2"]