| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаcom.github.bumptech.glide |
| Идентификатор | Идентификаторcompiler |
| Версия | Версия4.13.2 |
| Тип | Типjar |
| Описание |
ОписаниеGlide Annotation processor
Glide's anntation processor. Should be included in all Applications and in all libraries that use Glide's modules for configuration.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| compiler-4.13.2.pom | |
| compiler-4.13.2.jar | 307 KB |
| compiler-4.13.2-sources.jar | 39 KB |
| compiler-4.13.2-javadoc.jar | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/compiler/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>compiler</artifactId>
<version>4.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/compiler/
implementation 'com.github.bumptech.glide:compiler:4.13.2'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/compiler/
implementation ("com.github.bumptech.glide:compiler:4.13.2")
'com.github.bumptech.glide:compiler:jar:4.13.2'
<dependency org="com.github.bumptech.glide" name="compiler" rev="4.13.2">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='compiler', version='4.13.2')
)
libraryDependencies += "com.github.bumptech.glide" % "compiler" % "4.13.2"
[com.github.bumptech.glide/compiler "4.13.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.bumptech.glide : annotations | jar | 4.13.2 |