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