GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-api |
Version | Version1.0.0-rc1 |
Type | Typejar |
Filename | Size |
---|---|
styx-api-1.0.0-rc1.pom | |
styx-api-1.0.0-rc1.jar | 180 KB |
styx-api-1.0.0-rc1-sources.jar | 124 KB |
styx-api-1.0.0-rc1-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>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-api/
implementation 'com.hotels.styx:styx-api:1.0.0-rc1'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-api/
implementation ("com.hotels.styx:styx-api:1.0.0-rc1")
'com.hotels.styx:styx-api:jar:1.0.0-rc1'
<dependency org="com.hotels.styx" name="styx-api" rev="1.0.0-rc1">
<artifact name="styx-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-api', version='1.0.0-rc1')
)
libraryDependencies += "com.hotels.styx" % "styx-api" % "1.0.0-rc1"
[com.hotels.styx/styx-api "1.0.0-rc1"]