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