d

dexmaker-mockito

Implementation of the Mockito API for use on the Android Dalvik VM
https://github.com/linkedin/dexmaker
The Apache Software License, Version 2.0
LinkedIn Corp
Files download
File Operation
dexmaker-mockito-2.28.3.jar download
dexmaker-mockito-2.28.3.pom download
dexmaker-mockito-2.28.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.linkedin.dexmaker</groupId>
  <artifactId>dexmaker-mockito</artifactId>
  <version>2.28.3</version>
</dependency>
Gradle Groovy
implementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.3'
Gradle Kotlin
implementation("com.linkedin.dexmaker:dexmaker-mockito:2.28.3")
Scala SBT
libraryDependencies += "com.linkedin.dexmaker" % "dexmaker-mockito" % "2.28.3"
Groovy Grape
@Grapes(
  @Grab(group='com.linkedin.dexmaker', module='dexmaker-mockito', version='2.28.3')
)
Apache Ivy
<dependency org="com.linkedin.dexmaker" name="dexmaker-mockito" rev="2.28.3" />
Leiningen
[com.linkedin.dexmaker/dexmaker-mockito "2.28.3"]
Apache Buildr
'com.linkedin.dexmaker:dexmaker-mockito:jar:2.28.3'