| GroupId | GroupIdorg.moxiemocks |
|---|---|
| ArtifactId | ArtifactIdmoxie |
| Version | Version0.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| moxie-0.2.1.pom | |
| moxie-0.2.1.jar | 70 KB |
| moxie-0.2.1-sources.jar | 65 KB |
| moxie-0.2.1-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.moxiemocks/moxie/ -->
<dependency>
<groupId>org.moxiemocks</groupId>
<artifactId>moxie</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.moxiemocks/moxie/
implementation 'org.moxiemocks:moxie:0.2.1'
// https://jarcasting.com/artifacts/org.moxiemocks/moxie/
implementation ("org.moxiemocks:moxie:0.2.1")
'org.moxiemocks:moxie:jar:0.2.1'
<dependency org="org.moxiemocks" name="moxie" rev="0.2.1">
<artifact name="moxie" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.moxiemocks', module='moxie', version='0.2.1')
)
libraryDependencies += "org.moxiemocks" % "moxie" % "0.2.1"
[org.moxiemocks/moxie "0.2.1"]