License |
License |
---|---|
Categories |
CategoriesMockito Unit Testing Dex General Purpose Libraries Utility |
GroupId | GroupIdorg.droidparts.dexmaker |
ArtifactId | ArtifactIddexmaker-mockito |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDexmaker
A Java-language API for doing compile time or runtime code generation targeting the Dalvik VM.
|
Filename | Size |
---|---|
dexmaker-mockito-1.5.pom | |
dexmaker-mockito-1.5.jar | 12 KB |
dexmaker-mockito-1.5-sources.jar | 6 KB |
dexmaker-mockito-1.5-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.droidparts.dexmaker/dexmaker-mockito/ -->
<dependency>
<groupId>org.droidparts.dexmaker</groupId>
<artifactId>dexmaker-mockito</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.droidparts.dexmaker/dexmaker-mockito/
implementation 'org.droidparts.dexmaker:dexmaker-mockito:1.5'
// https://jarcasting.com/artifacts/org.droidparts.dexmaker/dexmaker-mockito/
implementation ("org.droidparts.dexmaker:dexmaker-mockito:1.5")
'org.droidparts.dexmaker:dexmaker-mockito:jar:1.5'
<dependency org="org.droidparts.dexmaker" name="dexmaker-mockito" rev="1.5">
<artifact name="dexmaker-mockito" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.droidparts.dexmaker', module='dexmaker-mockito', version='1.5')
)
libraryDependencies += "org.droidparts.dexmaker" % "dexmaker-mockito" % "1.5"
[org.droidparts.dexmaker/dexmaker-mockito "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.droidparts.dexmaker : dexmaker | jar | 1.5 |