MVN

com.hotels.styx : styx-ft-suite

Maven & Gradle

May 14, 2020
233 stars

Styx - System Tests - Functional Tests · Styx functional test suite.

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

Latest Version

Choose a version of com.hotels.styx : styx-ft-suite 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-ft-suite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
styx-ft-suite-1.0.0-rc4
styx-ft-suite-1.0.0-rc3
styx-ft-suite-1.0.0-rc2
styx-ft-suite-1.0.0-rc1
v0.0.x
styx-ft-suite-v0.0.5
0.0.x
styx-ft-suite-0.0.1.beta6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hotels.styx</groupId>
    <artifactId>styx-ft-suite</artifactId>
    <version>v0.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.hotels.styx:styx-ft-suite:v0.0.5'

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

implementation("com.hotels.styx:styx-ft-suite:v0.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.hotels.styx" % "styx-ft-suite" % "v0.0.5"