is not current version
Last Version 1.1

org.moxiemocks:moxie 0.9.0

Moxie: a wicked good Java mocking library

GroupId

GroupId

org.moxiemocks
ArtifactId

ArtifactId

moxie
Version

Version

0.9.0
Type

Type

jar

Download moxie 0.9.0


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