MVN

net.stickycode.mockwire : sticky-mockwire

Maven & Gradle

Nov 01, 2018
10 usages
0 stars

sticky-mockwire-9 · A mechanism for using a test class as the manifest for isolating the context of a test. Thereby using the same di mechanism you would expect in production but fully controlled to isolate the variable under test.

<dependency>
    <groupId>net.stickycode.mockwire</groupId>
    <artifactId>sticky-mockwire</artifactId>
    <version>9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stickycode.mockwire : sticky-mockwire to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.7

All Versions

Choose a version of net.stickycode.mockwire : sticky-mockwire to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.7
sticky-mockwire-9.7
9.6
sticky-mockwire-9.6
9.5
sticky-mockwire-9.5
9.4
sticky-mockwire-9.4
8.3
sticky-mockwire-8.3
7.4
sticky-mockwire-7.4
7.3
sticky-mockwire-7.3
6.2
sticky-mockwire-6.2
6.1
sticky-mockwire-6.1
5.8
sticky-mockwire-5.8
5.7
sticky-mockwire-5.7

How to add a dependency to Maven

Add the following net.stickycode.mockwire : sticky-mockwire maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.stickycode.mockwire</groupId>
    <artifactId>sticky-mockwire</artifactId>
    <version>9.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.stickycode.mockwire : sticky-mockwire gradle dependency to your build.gradle file:

implementation 'net.stickycode.mockwire:sticky-mockwire:9.7'

Gradle Kotlin DSL: Add the following net.stickycode.mockwire : sticky-mockwire gradle kotlin dependency to your build.gradle.kts file:

implementation("net.stickycode.mockwire:sticky-mockwire:9.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.stickycode.mockwire : sticky-mockwire sbt scala dependency to your build.sbt file:

libraryDependencies += "net.stickycode.mockwire" % "sticky-mockwire" % "9.7"

Advertisement