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