MVN

com.github.chenliang15405 : ffmpeg-common

Maven & Gradle

Jun 17, 2020
17 stars

ffmpeg-common · FFmpeg Operation Tools

<dependency>
    <groupId>com.github.chenliang15405</groupId>
    <artifactId>ffmpeg-common</artifactId>
    <version>3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.chenliang15405 : ffmpeg-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2

All Versions

Choose a version of com.github.chenliang15405 : ffmpeg-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
ffmpeg-common-3.2
3.1
ffmpeg-common-3.1
3.0
ffmpeg-common-3.0
2.0
ffmpeg-common-2.0
1.0
ffmpeg-common-1.0

How to add a dependency to Maven

Add the following com.github.chenliang15405 : ffmpeg-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.chenliang15405</groupId>
    <artifactId>ffmpeg-common</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.chenliang15405 : ffmpeg-common gradle dependency to your build.gradle file:

implementation 'com.github.chenliang15405:ffmpeg-common:3.2'

Gradle Kotlin DSL: Add the following com.github.chenliang15405 : ffmpeg-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.chenliang15405:ffmpeg-common:3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.chenliang15405 : ffmpeg-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.chenliang15405" % "ffmpeg-common" % "3.2"