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