MVN

com.hotels.styx : styx-test-api

Maven & Gradle

May 14, 2020
2 usages
233 stars

Styx - Support - 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.

<dependency>
    <groupId>com.hotels.styx</groupId>
    <artifactId>styx-test-api</artifactId>
    <version>v0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hotels.styx : styx-test-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.0.5
  • Latest Release Candidate: 1.0.0-rc4
  • Latest Beta: 0.0.1.beta6

All Versions

Choose a version of com.hotels.styx : styx-test-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
styx-test-api-1.0.0-rc4
styx-test-api-1.0.0-rc3
styx-test-api-1.0.0-rc2
styx-test-api-1.0.0-rc1
styx-test-api-1.0.0.beta6
styx-test-api-1.0.0.beta5
styx-test-api-1.0.0.beta4
styx-test-api-1.0.0.beta3
0.7.x
styx-test-api-0.7.10
styx-test-api-0.7.9
styx-test-api-0.7.8
styx-test-api-0.7.7
styx-test-api-0.7.6
styx-test-api-0.7.5
styx-test-api-0.7.4
styx-test-api-0.7.3
v0.0.x
styx-test-api-v0.0.5
0.0.x
styx-test-api-0.0.1.beta6
styx
styx-test-api-styx-1.0.0.beta2

How to add a dependency to Maven

Add the following com.hotels.styx : styx-test-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hotels.styx</groupId>
    <artifactId>styx-test-api</artifactId>
    <version>v0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hotels.styx : styx-test-api gradle dependency to your build.gradle file:

implementation 'com.hotels.styx:styx-test-api:v0.0.5'

Gradle Kotlin DSL: Add the following com.hotels.styx : styx-test-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hotels.styx:styx-test-api:v0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hotels.styx : styx-test-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hotels.styx" % "styx-test-api" % "v0.0.5"

Advertisement

Dependencies from Group

May 14, 2020
12 usages
233 stars
May 14, 2020
12 usages
233 stars
May 14, 2020
9 usages
233 stars
May 14, 2020
8 usages
233 stars
May 14, 2020
8 usages
233 stars

Discover Dependencies