GroupId | GroupIdio.github.tencent |
---|---|
ArtifactId | ArtifactIdvap |
Version | Version2.0.20 |
Type | Typeaar |
Filename | Size |
---|---|
vap-2.0.20.pom | |
vap-2.0.20.aar | 174 KB |
vap-2.0.20-sources.jar | 1 KB |
vap-2.0.20-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tencent/vap/ -->
<dependency>
<groupId>io.github.tencent</groupId>
<artifactId>vap</artifactId>
<version>2.0.20</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tencent/vap/
implementation 'io.github.tencent:vap:2.0.20'
// https://jarcasting.com/artifacts/io.github.tencent/vap/
implementation ("io.github.tencent:vap:2.0.20")
'io.github.tencent:vap:aar:2.0.20'
<dependency org="io.github.tencent" name="vap" rev="2.0.20">
<artifact name="vap" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tencent', module='vap', version='2.0.20')
)
libraryDependencies += "io.github.tencent" % "vap" % "2.0.20"
[io.github.tencent/vap "2.0.20"]