MVN

live.100ms : libyuv-android

Maven & Gradle

Nov 03, 2022
0 stars

libyuv-android · LibYuv for Android

<dependency>
    <groupId>live.100ms</groupId>
    <artifactId>libyuv-android</artifactId>
    <version>0.0.11a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of live.100ms : libyuv-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.11a

All Versions

Choose a version of live.100ms : libyuv-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
libyuv-android-0.0.11a

How to add a dependency to Maven

Add the following live.100ms : libyuv-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>live.100ms</groupId>
    <artifactId>libyuv-android</artifactId>
    <version>0.0.11a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following live.100ms : libyuv-android gradle dependency to your build.gradle file:

implementation 'live.100ms:libyuv-android:0.0.11a'

Gradle Kotlin DSL: Add the following live.100ms : libyuv-android gradle kotlin dependency to your build.gradle.kts file:

implementation("live.100ms:libyuv-android:0.0.11a")

How to add a dependency to SBT Scala

SBT Scala: Add the following live.100ms : libyuv-android sbt scala dependency to your build.sbt file:

libraryDependencies += "live.100ms" % "libyuv-android" % "0.0.11a"