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