v

vap

VAP Library
https://github.com/Tencent/vap
MIT
hexleo
文件下载
文件名 操作
vap-2.0.21.pom 下载
vap-2.0.21-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.tencent</groupId>
  <artifactId>vap</artifactId>
  <version>2.0.21</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.tencent:vap:2.0.21'
Gradle Kotlin
implementation("io.github.tencent:vap:2.0.21")
Scala SBT
libraryDependencies += "io.github.tencent" % "vap" % "2.0.21"
Groovy Grape
@Grapes(
  @Grab(group='io.github.tencent', module='vap', version='2.0.21')
)
Apache Ivy
<dependency org="io.github.tencent" name="vap" rev="2.0.21" />
Leiningen
[io.github.tencent/vap "2.0.21"]
Apache Buildr
'io.github.tencent:vap:jar:2.0.21'