MVN

io.agora.rtc : full-jnd

Maven & Gradle

Dec 15, 2022
2 stars

full-jnd · Agora SDK

<dependency>
    <groupId>io.agora.rtc</groupId>
    <artifactId>full-jnd</artifactId>
    <version>12-15-ci-test</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.agora.rtc : full-jnd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12-15-ci-test

All Versions

Choose a version of io.agora.rtc : full-jnd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12
full-jnd-12-15-ci-test
3.7.x
full-jnd-3.7.2.1
full-jnd-3.7.2
full-jnd-3.7.1
full-jnd-3.7.0.3
full-jnd-3.7.0.2
full-jnd-3.7.0.1
full-jnd-3.7.0
3.6.x
full-jnd-3.6.3
full-jnd-3.6.2.3
full-jnd-3.6.2.2
full-jnd-3.6.2
full-jnd-3.6.2.214

How to add a dependency to Maven

Add the following io.agora.rtc : full-jnd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.agora.rtc</groupId>
    <artifactId>full-jnd</artifactId>
    <version>12-15-ci-test</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.agora.rtc : full-jnd gradle dependency to your build.gradle file:

implementation 'io.agora.rtc:full-jnd:12-15-ci-test'

Gradle Kotlin DSL: Add the following io.agora.rtc : full-jnd gradle kotlin dependency to your build.gradle.kts file:

implementation("io.agora.rtc:full-jnd:12-15-ci-test")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.agora.rtc : full-jnd sbt scala dependency to your build.sbt file:

libraryDependencies += "io.agora.rtc" % "full-jnd" % "12-15-ci-test"

Advertisement