is not current version
Last Version 4.13.2

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

Glide's anntation processor. Should be included in all Applications and in all libraries that use Glide's modules for configuration.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.bumptech.glide
ArtifactId

ArtifactId

compiler
Version

Version

4.0.0-RC1
Type

Type

jar

Download compiler 4.0.0-RC1


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