License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.bumptech.glide |
ArtifactId | ArtifactIdannotations |
Last Version | Last Version4.13.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlide Annotations
A set of annotations for configuring Glide.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotations-4.13.2.pom | |
annotations-4.13.2.jar | 3 KB |
annotations-4.13.2-sources.jar | 5 KB |
annotations-4.13.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/annotations/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>annotations</artifactId>
<version>4.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/annotations/
implementation 'com.github.bumptech.glide:annotations:4.13.2'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/annotations/
implementation ("com.github.bumptech.glide:annotations:4.13.2")
'com.github.bumptech.glide:annotations:jar:4.13.2'
<dependency org="com.github.bumptech.glide" name="annotations" rev="4.13.2">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='annotations', version='4.13.2')
)
libraryDependencies += "com.github.bumptech.glide" % "annotations" % "4.13.2"
[com.github.bumptech.glide/annotations "4.13.2"]