s

styx-test-api

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.
Files download
File Operation
styx-test-api-1.0.0.beta6.jar download
styx-test-api-1.0.0.beta6.pom download
styx-test-api-1.0.0.beta6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hotels.styx</groupId>
  <artifactId>styx-test-api</artifactId>
  <version>1.0.0.beta6</version>
</dependency>
Gradle Groovy
implementation 'com.hotels.styx:styx-test-api:1.0.0.beta6'
Gradle Kotlin
implementation("com.hotels.styx:styx-test-api:1.0.0.beta6")
Scala SBT
libraryDependencies += "com.hotels.styx" % "styx-test-api" % "1.0.0.beta6"
Groovy Grape
@Grapes(
  @Grab(group='com.hotels.styx', module='styx-test-api', version='1.0.0.beta6')
)
Apache Ivy
<dependency org="com.hotels.styx" name="styx-test-api" rev="1.0.0.beta6" />
Leiningen
[com.hotels.styx/styx-test-api "1.0.0.beta6"]
Apache Buildr
'com.hotels.styx:styx-test-api:jar:1.0.0.beta6'