is not current version
Last Version 4.13.2

com.github.bumptech.glide:annotations 4.1.1

A set of annotations for configuring Glide.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.bumptech.glide
ArtifactId

ArtifactId

annotations
Version

Version

4.1.1
Type

Type

jar

Download annotations 4.1.1


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