License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Net Wire Data Data Structures |
GroupId | GroupIdnet.stickycode.mockwire |
ArtifactId | ArtifactIdsticky-mockwire-junit |
Last Version | Last Version2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsticky-mockwire-junit-2
Junit runner to enable Mockwire
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire-junit/ -->
<dependency>
<groupId>net.stickycode.mockwire</groupId>
<artifactId>sticky-mockwire-junit</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire-junit/
implementation 'net.stickycode.mockwire:sticky-mockwire-junit:2.5'
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire-junit/
implementation ("net.stickycode.mockwire:sticky-mockwire-junit:2.5")
'net.stickycode.mockwire:sticky-mockwire-junit:jar:2.5'
<dependency org="net.stickycode.mockwire" name="sticky-mockwire-junit" rev="2.5">
<artifact name="sticky-mockwire-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.mockwire', module='sticky-mockwire-junit', version='2.5')
)
libraryDependencies += "net.stickycode.mockwire" % "sticky-mockwire-junit" % "2.5"
[net.stickycode.mockwire/sticky-mockwire-junit "2.5"]
Group / Artifact | Type | Version |
---|---|---|
net.stickycode.mockwire : sticky-mockwire | jar | [9.7,10) |
junit : junit | jar | [4.12,5) |