Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.piasy |
ArtifactId | ArtifactIdGlideImageLoader |
Version | Version1.5.4.1 |
Type | Typeaar |
Filename | Size |
---|---|
GlideImageLoader-1.5.4.1.pom | |
GlideImageLoader-1.5.4.1-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.piasy/GlideImageLoader/ -->
<dependency>
<groupId>com.github.piasy</groupId>
<artifactId>GlideImageLoader</artifactId>
<version>1.5.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.piasy/GlideImageLoader/
implementation 'com.github.piasy:GlideImageLoader:1.5.4.1'
// https://jarcasting.com/artifacts/com.github.piasy/GlideImageLoader/
implementation ("com.github.piasy:GlideImageLoader:1.5.4.1")
'com.github.piasy:GlideImageLoader:aar:1.5.4.1'
<dependency org="com.github.piasy" name="GlideImageLoader" rev="1.5.4.1">
<artifact name="GlideImageLoader" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.piasy', module='GlideImageLoader', version='1.5.4.1')
)
libraryDependencies += "com.github.piasy" % "GlideImageLoader" % "1.5.4.1"
[com.github.piasy/GlideImageLoader "1.5.4.1"]