| Категории |
КатегорииIDE Инструменты разработки |
|---|---|
| Группа | Группаcom.github.bumptech.glide |
| Идентификатор | Идентификаторcompiler |
| Версия | Версия4.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| compiler-4.3.1.pom | |
| compiler-4.3.1.jar | 246 KB |
| compiler-4.3.1-sources.jar | 32 KB |
| compiler-4.3.1-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/compiler/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>compiler</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/compiler/
implementation 'com.github.bumptech.glide:compiler:4.3.1'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/compiler/
implementation ("com.github.bumptech.glide:compiler:4.3.1")
'com.github.bumptech.glide:compiler:jar:4.3.1'
<dependency org="com.github.bumptech.glide" name="compiler" rev="4.3.1">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='compiler', version='4.3.1')
)
libraryDependencies += "com.github.bumptech.glide" % "compiler" % "4.3.1"
[com.github.bumptech.glide/compiler "4.3.1"]