| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bjoernq |
| ArtifactId | ArtifactIdunmockplugin |
| Last Version | Last Version0.7.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUnMock Plugin
Gradle plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio to use real classes for e.g. SparseArray.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| unmockplugin-0.7.9.pom | |
| unmockplugin-0.7.9.jar | 27 KB |
| unmockplugin-0.7.9-sources.jar | 8 KB |
| unmockplugin-0.7.9-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bjoernq/unmockplugin/ -->
<dependency>
<groupId>com.github.bjoernq</groupId>
<artifactId>unmockplugin</artifactId>
<version>0.7.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bjoernq/unmockplugin/
implementation 'com.github.bjoernq:unmockplugin:0.7.9'
// https://jarcasting.com/artifacts/com.github.bjoernq/unmockplugin/
implementation ("com.github.bjoernq:unmockplugin:0.7.9")
'com.github.bjoernq:unmockplugin:jar:0.7.9'
<dependency org="com.github.bjoernq" name="unmockplugin" rev="0.7.9">
<artifact name="unmockplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bjoernq', module='unmockplugin', version='0.7.9')
)
libraryDependencies += "com.github.bjoernq" % "unmockplugin" % "0.7.9"
[com.github.bjoernq/unmockplugin "0.7.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.javassist : javassist | jar | 3.27.0-GA |
| com.android.tools.build : gradle | jar | 3.3.0 |