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