MVN

org.mp4parser : streaming

Maven & Gradle

Apr 26, 2022
2 usages
2.6k stars

Stream Muxer · This package has a focus on streams. It can read A/V data from e.g. a network source.

<dependency>
    <groupId>org.mp4parser</groupId>
    <artifactId>streaming</artifactId>
    <version>1.9.56</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mp4parser : streaming to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.56

All Versions

Choose a version of org.mp4parser : streaming to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
streaming-1.9.56
streaming-1.9.41
streaming-1.9.40
streaming-1.9.39
streaming-1.9.38
streaming-1.9.37
streaming-1.9.36
streaming-1.9.34
streaming-1.9.31
streaming-1.9.30
streaming-1.9.29
streaming-1.9.27

How to add a dependency to Maven

Add the following org.mp4parser : streaming maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mp4parser</groupId>
    <artifactId>streaming</artifactId>
    <version>1.9.56</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mp4parser : streaming gradle dependency to your build.gradle file:

implementation 'org.mp4parser:streaming:1.9.56'

Gradle Kotlin DSL: Add the following org.mp4parser : streaming gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mp4parser:streaming:1.9.56")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mp4parser : streaming sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mp4parser" % "streaming" % "1.9.56"

Advertisement