| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcom.github.bumptech.glide |
| Идентификатор | Идентификаторmocks |
| Версия | Версия4.12.0 |
| Тип | Типaar |
| Описание |
ОписаниеGlide mocks
A set of mocks to ease testing with Glide
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| mocks-4.12.0.pom | |
| mocks-4.12.0.jar | 6 KB |
| mocks-4.12.0-sources.jar | 3 KB |
| mocks-4.12.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/mocks/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>mocks</artifactId>
<version>4.12.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/mocks/
implementation 'com.github.bumptech.glide:mocks:4.12.0'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/mocks/
implementation ("com.github.bumptech.glide:mocks:4.12.0")
'com.github.bumptech.glide:mocks:aar:4.12.0'
<dependency org="com.github.bumptech.glide" name="mocks" rev="4.12.0">
<artifact name="mocks" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='mocks', version='4.12.0')
)
libraryDependencies += "com.github.bumptech.glide" % "mocks" % "4.12.0"
[com.github.bumptech.glide/mocks "4.12.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.bumptech.glide : glide | jar | 4.12.0 |
| androidx.annotation » annotation | jar | 1.0.0 |
| com.google.guava : guava | jar | 28.1-android |
| org.mockito : mockito-core | jar | 2.23.4 |