GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-api |
Version | Version0.7.10 |
Type | Typejar |
Filename | Size |
---|---|
styx-api-0.7.10.pom | |
styx-api-0.7.10.jar | 264 KB |
styx-api-0.7.10-tests.jar | 139 KB |
styx-api-0.7.10-sources.jar | 185 KB |
styx-api-0.7.10-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-api/ -->
<dependency>
<groupId>com.hotels.styx</groupId>
<artifactId>styx-api</artifactId>
<version>0.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-api/
implementation 'com.hotels.styx:styx-api:0.7.10'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-api/
implementation ("com.hotels.styx:styx-api:0.7.10")
'com.hotels.styx:styx-api:jar:0.7.10'
<dependency org="com.hotels.styx" name="styx-api" rev="0.7.10">
<artifact name="styx-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-api', version='0.7.10')
)
libraryDependencies += "com.hotels.styx" % "styx-api" % "0.7.10"
[com.hotels.styx/styx-api "0.7.10"]