Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.pavlospt |
ArtifactId | ArtifactIdlitho-glide |
Version | Version1.4 |
Type | Typeaar |
Filename | Size |
---|---|
litho-glide-1.4.pom | |
litho-glide-1.4.aar | 11 KB |
litho-glide-1.4-sources.jar | 2 KB |
litho-glide-1.4-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]