MVN

com.hotels.styx : styx-test-plugin

Maven & Gradle

May 14, 2020
233 stars

Styx - System Tests - Test Plugin · An example Styx interceptor plugin implementation.

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

Latest Version

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hotels.styx</groupId>
    <artifactId>styx-test-plugin</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-plugin gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement