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