MVN

co.wuji : meta_rtc

Maven & Gradle

Apr 10, 2023

meta_rtc_sdk · meta_rtc_sdk

<dependency>
    <groupId>co.wuji</groupId>
    <artifactId>meta_rtc</artifactId>
    <version>2.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.wuji : meta_rtc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.32

All Versions

Choose a version of co.wuji : meta_rtc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
meta_rtc-2.0.32
meta_rtc-2.0.31
meta_rtc-2.0.30
meta_rtc-2.0.29
meta_rtc-2.0.28
meta_rtc-2.0.27
meta_rtc-2.0.26
1.0.x
meta_rtc-1.0.0

How to add a dependency to Maven

Add the following co.wuji : meta_rtc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.wuji</groupId>
    <artifactId>meta_rtc</artifactId>
    <version>2.0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.wuji : meta_rtc gradle dependency to your build.gradle file:

implementation 'co.wuji:meta_rtc:2.0.32'

Gradle Kotlin DSL: Add the following co.wuji : meta_rtc gradle kotlin dependency to your build.gradle.kts file:

implementation("co.wuji:meta_rtc:2.0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.wuji : meta_rtc sbt scala dependency to your build.sbt file:

libraryDependencies += "co.wuji" % "meta_rtc" % "2.0.32"

Advertisement