is not current version
Last Version 4.13.2

com.github.bumptech.glide:annotations 4.0.0-RC1

A set of annotations for configuring Glide.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.bumptech.glide
ArtifactId

ArtifactId

annotations
Version

Version

4.0.0-RC1
Type

Type

jar

Download annotations 4.0.0-RC1


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