GroupId | GroupIdcom.tencent.svp |
---|---|
ArtifactId | ArtifactIdsvpplayer |
Version | Version0.0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
svpplayer-0.0.0.1.pom | |
svpplayer-0.0.0.1.aar | 21 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.svp/svpplayer/ -->
<dependency>
<groupId>com.tencent.svp</groupId>
<artifactId>svpplayer</artifactId>
<version>0.0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.svp/svpplayer/
implementation 'com.tencent.svp:svpplayer:0.0.0.1'
// https://jarcasting.com/artifacts/com.tencent.svp/svpplayer/
implementation ("com.tencent.svp:svpplayer:0.0.0.1")
'com.tencent.svp:svpplayer:aar:0.0.0.1'
<dependency org="com.tencent.svp" name="svpplayer" rev="0.0.0.1">
<artifact name="svpplayer" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.svp', module='svpplayer', version='0.0.0.1')
)
libraryDependencies += "com.tencent.svp" % "svpplayer" % "0.0.0.1"
[com.tencent.svp/svpplayer "0.0.0.1"]