MVN

com.tencent.imsdk : timquic-plugin

Maven & Gradle

Dec 27, 2023
2.5k stars

timquic-plugin · Quic Plugin for Android

<dependency>
    <groupId>com.tencent.imsdk</groupId>
    <artifactId>timquic-plugin</artifactId>
    <version>7.7.5294</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.imsdk : timquic-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.7.5294

All Versions

Choose a version of com.tencent.imsdk : timquic-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.7.x
timquic-plugin-7.7.5294
timquic-plugin-7.7.5282

How to add a dependency to Maven

Add the following com.tencent.imsdk : timquic-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.imsdk</groupId>
    <artifactId>timquic-plugin</artifactId>
    <version>7.7.5294</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.imsdk : timquic-plugin gradle dependency to your build.gradle file:

implementation 'com.tencent.imsdk:timquic-plugin:7.7.5294'

Gradle Kotlin DSL: Add the following com.tencent.imsdk : timquic-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.imsdk:timquic-plugin:7.7.5294")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.imsdk : timquic-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.imsdk" % "timquic-plugin" % "7.7.5294"

Advertisement