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