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