<dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>glide</artifactId> <version>4.4.0</version> </dependency>
implementation 'com.github.bumptech.glide:glide:4.4.0'
implementation("com.github.bumptech.glide:glide:4.4.0")
libraryDependencies += "com.github.bumptech.glide" % "glide" % "4.4.0"
@Grapes( @Grab(group='com.github.bumptech.glide', module='glide', version='4.4.0') )
<dependency org="com.github.bumptech.glide" name="glide" rev="4.4.0" />
[com.github.bumptech.glide/glide "4.4.0"]
'com.github.bumptech.glide:glide:jar:4.4.0'
compile
|-- com.github.bumptech.glide:gifdecoder:4.4.0
|-- com.github.bumptech.glide:disklrucache:4.4.0
|-- com.github.bumptech.glide:annotations:4.4.0
|-- com.android.support:support-fragment:27.0.2