v

vap

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