Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.pavlospt |
ArtifactId | ArtifactIdlitho-glide |
Version | Version1.2 |
Type | Typeaar |
Filename | Size |
---|---|
litho-glide-1.2.pom | |
litho-glide-1.2.aar | 12 KB |
litho-glide-1.2-sources.jar | 2 KB |
litho-glide-1.2-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.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavlospt/litho-glide/
implementation 'com.github.pavlospt:litho-glide:1.2'
// https://jarcasting.com/artifacts/com.github.pavlospt/litho-glide/
implementation ("com.github.pavlospt:litho-glide:1.2")
'com.github.pavlospt:litho-glide:aar:1.2'
<dependency org="com.github.pavlospt" name="litho-glide" rev="1.2">
<artifact name="litho-glide" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavlospt', module='litho-glide', version='1.2')
)
libraryDependencies += "com.github.pavlospt" % "litho-glide" % "1.2"
[com.github.pavlospt/litho-glide "1.2"]