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