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