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

org.moxiemocks:moxie 1.0.0

Moxie: a wicked good Java mocking library

Группа

Группа

org.moxiemocks
Идентификатор

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

moxie
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать moxie 1.0.0


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