is not current version
Last Version 1.6

com.github.pavlospt:litho-glide 1.3

Glide image loading Component for Litho

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.pavlospt
ArtifactId

ArtifactId

litho-glide
Version

Version

1.3
Type

Type

aar

Download litho-glide 1.3


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