MVN

com.ebay.nst : nstest

Maven & Gradle

Aug 18, 2023
3 stars

NSTest · Network Service Test (NSTest) framework for service contract and mock validation.

<dependency>
    <groupId>com.ebay.nst</groupId>
    <artifactId>nstest</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ebay.nst : nstest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of com.ebay.nst : nstest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
nstest-1.1.11
nstest-1.1.10
nstest-1.1.9
nstest-1.1.8
nstest-1.1.7
nstest-1.1.6
nstest-1.1.5
nstest-1.1.4
nstest-1.1.3
nstest-1.1.2
nstest-1.1.1
nstest-1.1.0
1.0.x
nstest-1.0.4
nstest-1.0.3
nstest-1.0.2
nstest-1.0.1
nstest-1.0.0

How to add a dependency to Maven

Add the following com.ebay.nst : nstest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ebay.nst</groupId>
    <artifactId>nstest</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ebay.nst : nstest gradle dependency to your build.gradle file:

implementation 'com.ebay.nst:nstest:1.1.11'

Gradle Kotlin DSL: Add the following com.ebay.nst : nstest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ebay.nst:nstest:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ebay.nst : nstest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ebay.nst" % "nstest" % "1.1.11"