is not current version
Last Version 1.1

org.moxiemocks:moxie 1.0.0

Moxie: a wicked good Java mocking library

GroupId

GroupId

org.moxiemocks
ArtifactId

ArtifactId

moxie
Version

Version

1.0.0
Type

Type

jar

Download 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"]