| GroupId | GroupIdorg.moxiemocks |
|---|---|
| ArtifactId | ArtifactIdmoxie |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| moxie-1.0.0.pom | |
| moxie-1.0.0.jar | 128 KB |
| moxie-1.0.0-sources.jar | 106 KB |
| moxie-1.0.0-javadoc.jar | 193 KB |
| Browse |
<!-- 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"]