MVN

com.tagtraum : libavformat

Maven & Gradle

Apr 25, 2018
4 usages

libavformat · The libavformat library provides a generic framework for multiplexing and demultiplexing (muxing and demuxing) audio, video and subtitle streams. It encompasses multiple muxers and demuxers for multimedia container formats. It also supports several input and output protocols to access a media resource.

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>libavformat</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tagtraum : libavformat to add to Maven - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of com.tagtraum : libavformat to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
libavformat-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.tagtraum</groupId>
    <artifactId>libavformat</artifactId>
    <version>4.0.0</version>
</dependency>

Advertisement