License |
License |
---|---|
GroupId | GroupIdcom.tencent.tav |
ArtifactId | ArtifactIdlibpag |
Version | Version3.2.7.37 |
Type | Typeaar |
Description |
Descriptionlibpag
A real-time rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
libpag-3.2.7.37.pom | |
libpag-3.2.7.37.aar | 7 MB |
libpag-3.2.7.37-sources.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tav/libpag/ -->
<dependency>
<groupId>com.tencent.tav</groupId>
<artifactId>libpag</artifactId>
<version>3.2.7.37</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tav/libpag/
implementation 'com.tencent.tav:libpag:3.2.7.37'
// https://jarcasting.com/artifacts/com.tencent.tav/libpag/
implementation ("com.tencent.tav:libpag:3.2.7.37")
'com.tencent.tav:libpag:aar:3.2.7.37'
<dependency org="com.tencent.tav" name="libpag" rev="3.2.7.37">
<artifact name="libpag" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tav', module='libpag', version='3.2.7.37')
)
libraryDependencies += "com.tencent.tav" % "libpag" % "3.2.7.37"
[com.tencent.tav/libpag "3.2.7.37"]