MVN

com.github.bumptech.glide : mocks

Maven & Gradle

Aug 21, 2023
34.3k stars

Glide mocks · A set of mocks to ease testing with Glide

<dependency>
    <groupId>com.github.bumptech.glide</groupId>
    <artifactId>mocks</artifactId>
    <version>4.16.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bumptech.glide : mocks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.16.0

All Versions

Choose a version of com.github.bumptech.glide : mocks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.16.x
mocks-4.16.0
4.15.x
mocks-4.15.1
mocks-4.15.0
4.14.x
mocks-4.14.2
mocks-4.14.1
mocks-4.14.0
4.13.x
mocks-4.13.2
mocks-4.13.1
mocks-4.13.0
4.12.x
mocks-4.12.0
4.11.x
mocks-4.11.0
4.10.x
mocks-4.10.0

How to add a dependency to Maven

Add the following com.github.bumptech.glide : mocks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.bumptech.glide</groupId>
    <artifactId>mocks</artifactId>
    <version>4.16.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bumptech.glide : mocks gradle dependency to your build.gradle file:

implementation 'com.github.bumptech.glide:mocks:4.16.0'

Gradle Kotlin DSL: Add the following com.github.bumptech.glide : mocks gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bumptech.glide:mocks:4.16.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bumptech.glide : mocks sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bumptech.glide" % "mocks" % "4.16.0"

Advertisement