GroupId | GroupIdcom.hotels.styx |
---|---|
ArtifactId | ArtifactIdstyx-testsupport |
Version | Version0.7.10 |
Type | Typejar |
Filename | Size |
---|---|
styx-testsupport-0.7.10.pom | |
styx-testsupport-0.7.10.jar | 41 KB |
styx-testsupport-0.7.10-sources.jar | 26 KB |
styx-testsupport-0.7.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-testsupport/
implementation 'com.hotels.styx:styx-testsupport:0.7.10'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-testsupport/
implementation ("com.hotels.styx:styx-testsupport:0.7.10")
'com.hotels.styx:styx-testsupport:jar:0.7.10'
<dependency org="com.hotels.styx" name="styx-testsupport" rev="0.7.10">
<artifact name="styx-testsupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-testsupport', version='0.7.10')
)
libraryDependencies += "com.hotels.styx" % "styx-testsupport" % "0.7.10"
[com.hotels.styx/styx-testsupport "0.7.10"]