is not current version
Last Version 1.0.0-rc4

com.hotels.styx:styx-test-api 0.0.1.beta6

Provides a Test API for Styx plugin developers, allowing Styx server to be configured and started programmatically. This API is intended for external consumption and therefore should be stable with emphasis on ensuring backwards compatibility.

GroupId

GroupId

com.hotels.styx
ArtifactId

ArtifactId

styx-test-api
Version

Version

0.0.1.beta6
Type

Type

jar

Download styx-test-api 0.0.1.beta6


<!-- https://jarcasting.com/artifacts/com.hotels.styx/styx-test-api/ -->
<dependency>
    <groupId>com.hotels.styx</groupId>
    <artifactId>styx-test-api</artifactId>
    <version>0.0.1.beta6</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.styx/styx-test-api/
implementation 'com.hotels.styx:styx-test-api:0.0.1.beta6'
// https://jarcasting.com/artifacts/com.hotels.styx/styx-test-api/
implementation ("com.hotels.styx:styx-test-api:0.0.1.beta6")
'com.hotels.styx:styx-test-api:jar:0.0.1.beta6'
<dependency org="com.hotels.styx" name="styx-test-api" rev="0.0.1.beta6">
  <artifact name="styx-test-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.styx', module='styx-test-api', version='0.0.1.beta6')
)
libraryDependencies += "com.hotels.styx" % "styx-test-api" % "0.0.1.beta6"
[com.hotels.styx/styx-test-api "0.0.1.beta6"]