is not current version
Last Version 1.6

com.github.pavlospt:litho-glide 1.4

Glide image loading Component for Litho

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.pavlospt
ArtifactId

ArtifactId

litho-glide
Version

Version

1.4
Type

Type

aar

Download litho-glide 1.4


<!-- https://jarcasting.com/artifacts/com.github.pavlospt/litho-glide/ -->
<dependency>
    <groupId>com.github.pavlospt</groupId>
    <artifactId>litho-glide</artifactId>
    <version>1.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavlospt/litho-glide/
implementation 'com.github.pavlospt:litho-glide:1.4'
// https://jarcasting.com/artifacts/com.github.pavlospt/litho-glide/
implementation ("com.github.pavlospt:litho-glide:1.4")
'com.github.pavlospt:litho-glide:aar:1.4'
<dependency org="com.github.pavlospt" name="litho-glide" rev="1.4">
  <artifact name="litho-glide" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavlospt', module='litho-glide', version='1.4')
)
libraryDependencies += "com.github.pavlospt" % "litho-glide" % "1.4"
[com.github.pavlospt/litho-glide "1.4"]