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