GroupId | GroupIdcom.tencent.tpns |
---|---|
ArtifactId | ArtifactIdvivo |
Version | Version1.2.7.3-release |
Type | Typeaar |
Filename | Size |
---|---|
vivo-1.2.7.3-release.pom | |
vivo-1.2.7.3-release.aar | 170 KB |
vivo-1.2.7.3-release-sources.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.tpns/vivo/ -->
<dependency>
<groupId>com.tencent.tpns</groupId>
<artifactId>vivo</artifactId>
<version>1.2.7.3-release</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tpns/vivo/
implementation 'com.tencent.tpns:vivo:1.2.7.3-release'
// https://jarcasting.com/artifacts/com.tencent.tpns/vivo/
implementation ("com.tencent.tpns:vivo:1.2.7.3-release")
'com.tencent.tpns:vivo:aar:1.2.7.3-release'
<dependency org="com.tencent.tpns" name="vivo" rev="1.2.7.3-release">
<artifact name="vivo" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tpns', module='vivo', version='1.2.7.3-release')
)
libraryDependencies += "com.tencent.tpns" % "vivo" % "1.2.7.3-release"
[com.tencent.tpns/vivo "1.2.7.3-release"]