MVN

io.github.100mslive : virtual-background

Maven & Gradle

Aug 09, 2023

100ms.live Android Virtual Background SDK · Provides virtual background support for 100ms video calls.

<dependency>
    <groupId>io.github.100mslive</groupId>
    <artifactId>virtual-background</artifactId>
    <version>2.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.100mslive : virtual-background to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.3

All Versions

Choose a version of io.github.100mslive : virtual-background to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
virtual-background-2.7.3
virtual-background-2.7.2
virtual-background-2.7.1
virtual-background-2.7.0
2.6.x
virtual-background-2.6.9
virtual-background-2.6.8
virtual-background-2.6.7
virtual-background-2.6.6
virtual-background-2.6.5
virtual-background-2.6.4
virtual-background-2.6.3
virtual-background-2.6.2
virtual-background-2.6.1
virtual-background-2.6.0
2.5.x
virtual-background-2.5.9
virtual-background-2.5.8
virtual-background-2.5.7
virtual-background-2.5.6
virtual-background-2.5.5
virtual-background-2.5.4
virtual-background-2.5.3
virtual-background-2.5.2
virtual-background-2.5.1
virtual-background-2.5.0
2.4.x
virtual-background-2.4.9
virtual-background-2.4.8
virtual-background-2.4.7
virtual-background-2.4.6
virtual-background-2.4.5
virtual-background-2.4.4
virtual-background-2.4.3
virtual-background-2.4.2
virtual-background-2.4.1
virtual-background-2.4.0
0.0.x
virtual-background-0.0.32
virtual-background-0.0.3
virtual-background-0.0.2
virtual-background-0.0.1

How to add a dependency to Maven

Add the following io.github.100mslive : virtual-background maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.100mslive</groupId>
    <artifactId>virtual-background</artifactId>
    <version>2.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.100mslive : virtual-background gradle dependency to your build.gradle file:

implementation 'io.github.100mslive:virtual-background:2.7.3'

Gradle Kotlin DSL: Add the following io.github.100mslive : virtual-background gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.100mslive:virtual-background:2.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.100mslive : virtual-background sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.100mslive" % "virtual-background" % "2.7.3"

Advertisement