GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-common |
Version | Version1.0.0.beta6 |
Type | Typejar |
Filename | Size |
---|---|
styx-common-1.0.0.beta6.pom | |
styx-common-1.0.0.beta6.jar | 123 KB |
styx-common-1.0.0.beta6-tests.jar | 71 KB |
styx-common-1.0.0.beta6-sources.jar | 81 KB |
styx-common-1.0.0.beta6-javadoc.jar | 523 KB |
Browse |
<!-- 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"]