| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.github.bumptech.glide |
| ArtifactId | ArtifactIdcompiler |
| Version | Version4.12.0 |
| Type | Typejar |
| Description |
DescriptionGlide Annotation processor
Glide's anntation processor. Should be included in all Applications and in all libraries that use Glide's modules for configuration.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| compiler-4.12.0.pom | |
| compiler-4.12.0.jar | 307 KB |
| compiler-4.12.0-sources.jar | 39 KB |
| compiler-4.12.0-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/compiler/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>compiler</artifactId>
<version>4.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/compiler/
implementation 'com.github.bumptech.glide:compiler:4.12.0'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/compiler/
implementation ("com.github.bumptech.glide:compiler:4.12.0")
'com.github.bumptech.glide:compiler:jar:4.12.0'
<dependency org="com.github.bumptech.glide" name="compiler" rev="4.12.0">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='compiler', version='4.12.0')
)
libraryDependencies += "com.github.bumptech.glide" % "compiler" % "4.12.0"
[com.github.bumptech.glide/compiler "4.12.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.bumptech.glide : annotations | jar | 4.12.0 |