не последняя версия
Последняя версия 4.13.2

com.github.bumptech.glide:compiler 4.11.0

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

Категории

Категории

IDE Инструменты разработки
Группа

Группа

com.github.bumptech.glide
Идентификатор

Идентификатор

compiler
Версия

Версия

4.11.0
Тип

Тип

jar

Скачать compiler 4.11.0


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