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