MVN

tv.hd3g : fflauncher

Maven & Gradle

Aug 17, 2023
3 stars

fflauncher · Run ffmpeg and ffprobe from Java

<dependency>
    <groupId>tv.hd3g</groupId>
    <artifactId>fflauncher</artifactId>
    <version>12.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tv.hd3g : fflauncher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.1.2

All Versions

Choose a version of tv.hd3g : fflauncher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.1.x
fflauncher-12.1.2
fflauncher-12.1.1
fflauncher-12.1.0
12.0.x
fflauncher-12.0.2
fflauncher-12.0.1
fflauncher-12.0.0
11.1.x
fflauncher-11.1.0
11.0.x
fflauncher-11.0.0
10.1.x
fflauncher-10.1.0
10.0.x
fflauncher-10.0.0
9.0.x
fflauncher-9.0.1
fflauncher-9.0.0
8.0.x
fflauncher-8.0.2
fflauncher-8.0.1
fflauncher-8.0.0
7.0.x
fflauncher-7.0.2
fflauncher-7.0.1
fflauncher-7.0.0
6.0.x
fflauncher-6.0.0
5.0.x
fflauncher-5.0.0
4.0.x
fflauncher-4.0.1
fflauncher-4.0.0
3.2.x
fflauncher-3.2.0
3.1.x
fflauncher-3.1.0
3.0.x
fflauncher-3.0.0
2.1.x
fflauncher-2.1.1
2.0.x
fflauncher-2.0.2
fflauncher-2.0.1
fflauncher-2.0.0
1.5.x
fflauncher-1.5.2
fflauncher-1.5.0
1.4.x
fflauncher-1.4.0
1.3.x
fflauncher-1.3.0
1.2.x
fflauncher-1.2.1
fflauncher-1.2.0
1.1.x
fflauncher-1.1.1
fflauncher-1.1.0
1.0.x
fflauncher-1.0.0

How to add a dependency to Maven

Add the following tv.hd3g : fflauncher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tv.hd3g</groupId>
    <artifactId>fflauncher</artifactId>
    <version>12.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tv.hd3g : fflauncher gradle dependency to your build.gradle file:

implementation 'tv.hd3g:fflauncher:12.1.2'

Gradle Kotlin DSL: Add the following tv.hd3g : fflauncher gradle kotlin dependency to your build.gradle.kts file:

implementation("tv.hd3g:fflauncher:12.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tv.hd3g : fflauncher sbt scala dependency to your build.sbt file:

libraryDependencies += "tv.hd3g" % "fflauncher" % "12.1.2"

Advertisement