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