MVN

com.tagtraum : ffmpeg-i386-win

Maven & Gradle

Aug 01, 2023
1 usages

ffmpeg-i386-win · Static libraries for 32 bit Windows.

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>ffmpeg-i386-win</artifactId>
    <version>4.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tagtraum : ffmpeg-i386-win to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.11

All Versions

Choose a version of com.tagtraum : ffmpeg-i386-win to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
ffmpeg-i386-win-4.0.11
ffmpeg-i386-win-4.0.10
ffmpeg-i386-win-4.0.8
ffmpeg-i386-win-4.0.7
ffmpeg-i386-win-4.0.5
ffmpeg-i386-win-4.0.4
ffmpeg-i386-win-4.0.3
ffmpeg-i386-win-4.0.2
ffmpeg-i386-win-4.0.1
ffmpeg-i386-win-4.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>ffmpeg-i386-win</artifactId>
    <version>4.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tagtraum : ffmpeg-i386-win gradle dependency to your build.gradle file:

implementation 'com.tagtraum:ffmpeg-i386-win:4.0.11'

Gradle Kotlin DSL: Add the following com.tagtraum : ffmpeg-i386-win gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tagtraum:ffmpeg-i386-win:4.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tagtraum : ffmpeg-i386-win sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tagtraum" % "ffmpeg-i386-win" % "4.0.11"

Advertisement