Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hotels.styx |
ArtifactId | ArtifactIdstyx-client |
Version | Version1.0.0.beta7 |
Type | Typejar |
Filename | Size |
---|---|
styx-client-1.0.0.beta7.pom | |
styx-client-1.0.0.beta7.jar | 183 KB |
styx-client-1.0.0.beta7-tests.jar | 189 KB |
styx-client-1.0.0.beta7-sources.jar | 101 KB |
styx-client-1.0.0.beta7-javadoc.jar | 561 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.beta7</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-client/
implementation 'com.hotels.styx:styx-client:1.0.0.beta7'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-client/
implementation ("com.hotels.styx:styx-client:1.0.0.beta7")
'com.hotels.styx:styx-client:jar:1.0.0.beta7'
<dependency org="com.hotels.styx" name="styx-client" rev="1.0.0.beta7">
<artifact name="styx-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-client', version='1.0.0.beta7')
)
libraryDependencies += "com.hotels.styx" % "styx-client" % "1.0.0.beta7"
[com.hotels.styx/styx-client "1.0.0.beta7"]