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