MVN

com.github.zakgof : velvet-video-natives

Maven & Gradle

Jul 08, 2021
0 stars

natives-free · Java video encoding/decoding/muxing/demuxing library native components

<dependency>
    <groupId>com.github.zakgof</groupId>
    <artifactId>velvet-video-natives</artifactId>
    <version>0.2.8.full</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zakgof : velvet-video-natives to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.8.full

All Versions

Choose a version of com.github.zakgof : velvet-video-natives to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
velvet-video-natives-0.2.8.full
velvet-video-natives-0.2.8.free

How to add a dependency to Maven

Add the following com.github.zakgof : velvet-video-natives maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.zakgof</groupId>
    <artifactId>velvet-video-natives</artifactId>
    <version>0.2.8.full</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.zakgof : velvet-video-natives gradle dependency to your build.gradle file:

implementation 'com.github.zakgof:velvet-video-natives:0.2.8.full'

Gradle Kotlin DSL: Add the following com.github.zakgof : velvet-video-natives gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.zakgof:velvet-video-natives:0.2.8.full")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.zakgof : velvet-video-natives sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.zakgof" % "velvet-video-natives" % "0.2.8.full"

Advertisement