GroupId | GroupIdcom.github.sahasbhop |
---|---|
ArtifactId | ArtifactIdapng-view |
Version | Version1.5 |
Type | Typeaar |
Filename | Size |
---|---|
apng-view-1.5.pom | |
apng-view-1.5.aar | 350 KB |
apng-view-1.5-sources.jar | 14 KB |
apng-view-1.5-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sahasbhop/apng-view/ -->
<dependency>
<groupId>com.github.sahasbhop</groupId>
<artifactId>apng-view</artifactId>
<version>1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sahasbhop/apng-view/
implementation 'com.github.sahasbhop:apng-view:1.5'
// https://jarcasting.com/artifacts/com.github.sahasbhop/apng-view/
implementation ("com.github.sahasbhop:apng-view:1.5")
'com.github.sahasbhop:apng-view:aar:1.5'
<dependency org="com.github.sahasbhop" name="apng-view" rev="1.5">
<artifact name="apng-view" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.sahasbhop', module='apng-view', version='1.5')
)
libraryDependencies += "com.github.sahasbhop" % "apng-view" % "1.5"
[com.github.sahasbhop/apng-view "1.5"]