is not current version
Last Version 4.13.2

com.github.bumptech.glide:mocks 4.10.0

A set of mocks to ease testing with Glide

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.bumptech.glide
ArtifactId

ArtifactId

mocks
Version

Version

4.10.0
Type

Type

aar

Download mocks 4.10.0


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