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