не последняя версия
Последняя версия 9.7

net.stickycode.mockwire:sticky-mockwire 5.7

A mechnism 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.

Категории

Категории

Сеть Wire Данные Data Structures
Группа

Группа

net.stickycode.mockwire
Идентификатор

Идентификатор

sticky-mockwire
Версия

Версия

5.7
Тип

Тип

jar

Скачать sticky-mockwire 5.7


<!-- https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire/ -->
<dependency>
    <groupId>net.stickycode.mockwire</groupId>
    <artifactId>sticky-mockwire</artifactId>
    <version>5.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire/
implementation 'net.stickycode.mockwire:sticky-mockwire:5.7'
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire/
implementation ("net.stickycode.mockwire:sticky-mockwire:5.7")
'net.stickycode.mockwire:sticky-mockwire:jar:5.7'
<dependency org="net.stickycode.mockwire" name="sticky-mockwire" rev="5.7">
  <artifact name="sticky-mockwire" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.mockwire', module='sticky-mockwire', version='5.7')
)
libraryDependencies += "net.stickycode.mockwire" % "sticky-mockwire" % "5.7"
[net.stickycode.mockwire/sticky-mockwire "5.7"]