MVN

com.github.wseemann : FFmpegMediaMetadataRetriever-native-arm64-v8a

Maven & Gradle

Oct 20, 2022
1.6k stars

FFmpegMediaMetadataRetriever-native-arm64-v8a · FFmpegMediaMetadataRetriever library

<dependency>
    <groupId>com.github.wseemann</groupId>
    <artifactId>FFmpegMediaMetadataRetriever-native-arm64-v8a</artifactId>
    <version>1.0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wseemann : FFmpegMediaMetadataRetriever-native-arm64-v8a to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.19

All Versions

Choose a version of com.github.wseemann : FFmpegMediaMetadataRetriever-native-arm64-v8a to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
FFmpegMediaMetadataRetriever-native-arm64-v8a-1.0.19
FFmpegMediaMetadataRetriever-native-arm64-v8a-1.0.18
FFmpegMediaMetadataRetriever-native-arm64-v8a-1.0.17
FFmpegMediaMetadataRetriever-native-arm64-v8a-1.0.16
FFmpegMediaMetadataRetriever-native-arm64-v8a-1.0.15

How to add a dependency to Maven

Add the following com.github.wseemann : FFmpegMediaMetadataRetriever-native-arm64-v8a maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wseemann</groupId>
    <artifactId>FFmpegMediaMetadataRetriever-native-arm64-v8a</artifactId>
    <version>1.0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wseemann : FFmpegMediaMetadataRetriever-native-arm64-v8a gradle dependency to your build.gradle file:

implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native-arm64-v8a:1.0.19'

Gradle Kotlin DSL: Add the following com.github.wseemann : FFmpegMediaMetadataRetriever-native-arm64-v8a gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wseemann:FFmpegMediaMetadataRetriever-native-arm64-v8a:1.0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wseemann : FFmpegMediaMetadataRetriever-native-arm64-v8a sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wseemann" % "FFmpegMediaMetadataRetriever-native-arm64-v8a" % "1.0.19"