GroupId | GroupIdcom.tencent.tav |
---|---|
ArtifactId | ArtifactIdlibpag |
Version | Version4.0.5.11 |
Type | Typeaar |
Filename | Size |
---|---|
libpag-4.0.5.11.pom | |
libpag-4.0.5.11.aar | 3 MB |
libpag-4.0.5.11-sources.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tav/libpag/ -->
<dependency>
<groupId>com.tencent.tav</groupId>
<artifactId>libpag</artifactId>
<version>4.0.5.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tav/libpag/
implementation 'com.tencent.tav:libpag:4.0.5.11'
// https://jarcasting.com/artifacts/com.tencent.tav/libpag/
implementation ("com.tencent.tav:libpag:4.0.5.11")
'com.tencent.tav:libpag:aar:4.0.5.11'
<dependency org="com.tencent.tav" name="libpag" rev="4.0.5.11">
<artifact name="libpag" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tav', module='libpag', version='4.0.5.11')
)
libraryDependencies += "com.tencent.tav" % "libpag" % "4.0.5.11"
[com.tencent.tav/libpag "4.0.5.11"]