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