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