MVN

com.viiyue.plugins : ffmpeg-helper

Maven & Gradle

Mar 24, 2023
1 stars

ffmpeg-helper · Ffmpeg helper library

<dependency>
    <groupId>com.viiyue.plugins</groupId>
    <artifactId>ffmpeg-helper</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.viiyue.plugins : ffmpeg-helper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.viiyue.plugins : ffmpeg-helper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ffmpeg-helper-1.0.1
ffmpeg-helper-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.viiyue.plugins</groupId>
    <artifactId>ffmpeg-helper</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.viiyue.plugins : ffmpeg-helper gradle dependency to your build.gradle file:

implementation 'com.viiyue.plugins:ffmpeg-helper:1.0.1'

Gradle Kotlin DSL: Add the following com.viiyue.plugins : ffmpeg-helper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.viiyue.plugins:ffmpeg-helper:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.viiyue.plugins : ffmpeg-helper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.viiyue.plugins" % "ffmpeg-helper" % "1.0.1"

Advertisement