MVN

io.gitee.yjjk_1.android : videocallcore

Maven & Gradle

Jun 16, 2022

videocallcore · yjjk android video-doctor videocallcore

<dependency>
    <groupId>io.gitee.yjjk_1.android</groupId>
    <artifactId>videocallcore</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.yjjk_1.android : videocallcore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of io.gitee.yjjk_1.android : videocallcore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
videocallcore-0.0.3
videocallcore-0.0.2
videocallcore-0.0.1

How to add a dependency to Maven

Add the following io.gitee.yjjk_1.android : videocallcore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.yjjk_1.android</groupId>
    <artifactId>videocallcore</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.yjjk_1.android : videocallcore gradle dependency to your build.gradle file:

implementation 'io.gitee.yjjk_1.android:videocallcore:0.0.3'

Gradle Kotlin DSL: Add the following io.gitee.yjjk_1.android : videocallcore gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.yjjk_1.android:videocallcore:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.yjjk_1.android : videocallcore sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.yjjk_1.android" % "videocallcore" % "0.0.3"