is not current version
Last Version 1.0.0-rc4

com.hotels.styx:styx-testsupport 0.7.9

Test utilities for supporting unit testing of Styx-Components. This module cannot depend on any of the Styx-Components submodules, as it would introduce a cyclic dependency.

GroupId

GroupId

com.hotels.styx
ArtifactId

ArtifactId

styx-testsupport
Version

Version

0.7.9
Type

Type

jar

Download styx-testsupport 0.7.9


<!-- 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"]