не последняя версия
Последняя версия 0.7.9

com.github.bjoernq:unmockplugin 0.7.7

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.

Группа

Группа

com.github.bjoernq
Идентификатор

Идентификатор

unmockplugin
Версия

Версия

0.7.7
Тип

Тип

jar

Скачать unmockplugin 0.7.7


<!-- https://jarcasting.com/artifacts/com.github.bjoernq/unmockplugin/ -->
<dependency>
    <groupId>com.github.bjoernq</groupId>
    <artifactId>unmockplugin</artifactId>
    <version>0.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bjoernq/unmockplugin/
implementation 'com.github.bjoernq:unmockplugin:0.7.7'
// https://jarcasting.com/artifacts/com.github.bjoernq/unmockplugin/
implementation ("com.github.bjoernq:unmockplugin:0.7.7")
'com.github.bjoernq:unmockplugin:jar:0.7.7'
<dependency org="com.github.bjoernq" name="unmockplugin" rev="0.7.7">
  <artifact name="unmockplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bjoernq', module='unmockplugin', version='0.7.7')
)
libraryDependencies += "com.github.bjoernq" % "unmockplugin" % "0.7.7"
[com.github.bjoernq/unmockplugin "0.7.7"]