MVN

io.fares.junit.soapui : soapui-junit-mockrunner-tests

Maven & Gradle

Oct 04, 2016
2 usages
3 stars

SoapUI JUnit MockRunner Tests · Testing the JUnit rule from outside.

<dependency>
    <groupId>io.fares.junit.soapui</groupId>
    <artifactId>soapui-junit-mockrunner-tests</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fares.junit.soapui : soapui-junit-mockrunner-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of io.fares.junit.soapui : soapui-junit-mockrunner-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
soapui-junit-mockrunner-tests-0.0.3
soapui-junit-mockrunner-tests-0.0.2

How to add a dependency to Maven

Add the following io.fares.junit.soapui : soapui-junit-mockrunner-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fares.junit.soapui</groupId>
    <artifactId>soapui-junit-mockrunner-tests</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fares.junit.soapui : soapui-junit-mockrunner-tests gradle dependency to your build.gradle file:

implementation 'io.fares.junit.soapui:soapui-junit-mockrunner-tests:0.0.3'

Gradle Kotlin DSL: Add the following io.fares.junit.soapui : soapui-junit-mockrunner-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fares.junit.soapui:soapui-junit-mockrunner-tests:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fares.junit.soapui : soapui-junit-mockrunner-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fares.junit.soapui" % "soapui-junit-mockrunner-tests" % "0.0.3"

Advertisement