GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-common |
Version | Version1.0.0.beta5 |
Type | Typejar |
Filename | Size |
---|---|
styx-common-1.0.0.beta5.pom | |
styx-common-1.0.0.beta5.jar | 127 KB |
styx-common-1.0.0.beta5-tests.jar | 71 KB |
styx-common-1.0.0.beta5-sources.jar | 84 KB |
styx-common-1.0.0.beta5-javadoc.jar | 540 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.beta5</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-common/
implementation 'com.hotels.styx:styx-common:1.0.0.beta5'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-common/
implementation ("com.hotels.styx:styx-common:1.0.0.beta5")
'com.hotels.styx:styx-common:jar:1.0.0.beta5'
<dependency org="com.hotels.styx" name="styx-common" rev="1.0.0.beta5">
<artifact name="styx-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-common', version='1.0.0.beta5')
)
libraryDependencies += "com.hotels.styx" % "styx-common" % "1.0.0.beta5"
[com.hotels.styx/styx-common "1.0.0.beta5"]