MVN

xyz.vtechnologies : vividassdklibrary

Maven & Gradle

Nov 09, 2023

V Technologies Android SDK · This library contains the drm_sdk for Android, equipped with advanced decoding and encryption features to ensure secure playback of video content within your app. This powerful library supports a variety of popular video formats, including DASH and HLS, and provides robust encryption options to protect your content from unauthorized access. The library is optimized for performance, with hardware acceleration and network streaming support, providing a smooth user experience. With its advanced decoding and encryption capabilities, the Android video libraries are the ideal solution for building a secure and high-quality video experience.

<dependency>
    <groupId>xyz.vtechnologies</groupId>
    <artifactId>vividassdklibrary</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.vtechnologies : vividassdklibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of xyz.vtechnologies : vividassdklibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
vividassdklibrary-0.0.2

How to add a dependency to Maven

Add the following xyz.vtechnologies : vividassdklibrary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.vtechnologies</groupId>
    <artifactId>vividassdklibrary</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.vtechnologies : vividassdklibrary gradle dependency to your build.gradle file:

implementation 'xyz.vtechnologies:vividassdklibrary:0.0.2'

Gradle Kotlin DSL: Add the following xyz.vtechnologies : vividassdklibrary gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.vtechnologies:vividassdklibrary:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.vtechnologies : vividassdklibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.vtechnologies" % "vividassdklibrary" % "0.0.2"