<dependency>
<groupId>com.uphyca</groupId>
<artifactId>android-junit4-test-mockito</artifactId>
<version>0.1</version>
</dependency>
@Grapes(
@Grab(group='com.uphyca', module='android-junit4-test-mockito', version='0.1')
)
<parent> <groupId>com.uphyca</groupId> <artifactId>android-junit4-parent</artifactId> <version>0.1</version> </parent>
compile
|-- com.uphyca:android-junit4:0.1-SNAPSHOT
|-- junit:junit:4.10
|-- org.objenesis:objenesis:1.2
|-- com.google.dexmaker:dexmaker:0.9
|-- com.google.dexmaker:dexmaker-mockito:0.9
provided
|-- com.google.android:android:4.1.1.4
|-- com.google.android:android-test:4.1.1.4
system