GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-common |
Version | Versionv0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
styx-common-v0.0.5.pom | |
styx-common-v0.0.5.jar | 126 KB |
styx-common-v0.0.5-sources.jar | 84 KB |
styx-common-v0.0.5-javadoc.jar | 532 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-common/ -->
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-common</artifactId>
<version>v0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-common/
implementation 'com.hotels.styx:styx-common:v0.0.5'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-common/
implementation ("com.hotels.styx:styx-common:v0.0.5")
'com.hotels.styx:styx-common:jar:v0.0.5'
<dependency org="com.hotels.styx" name="styx-common" rev="v0.0.5">
<artifact name="styx-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-common', version='v0.0.5')
)
libraryDependencies += "com.hotels.styx" % "styx-common" % "v0.0.5"
[com.hotels.styx/styx-common "v0.0.5"]