MVN

com.gitlab.9lukas5 : jaad

Maven & Gradle

Jan 14, 2022
1 usages

Java AAC and MP4 demultiplexer library · JAAD is an AAC decoder and MP4 demultiplexer library written completely in Java. It uses no native libraries, is platform-independent and portable. It can read MP4 container from almost every input-stream (files, network sockets etc.) and decode AAC-LC (Low Complexity) and HE-AAC (High Efficiency/AAC+).

<dependency>
    <groupId>com.gitlab.9lukas5</groupId>
    <artifactId>jaad</artifactId>
    <version>0.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.9lukas5 : jaad to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.8

All Versions

Choose a version of com.gitlab.9lukas5 : jaad to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
jaad-0.8.8
jaad-0.8.7

How to add a dependency to Maven

Add the following com.gitlab.9lukas5 : jaad maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.9lukas5</groupId>
    <artifactId>jaad</artifactId>
    <version>0.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.9lukas5 : jaad gradle dependency to your build.gradle file:

implementation 'com.gitlab.9lukas5:jaad:0.8.8'

Gradle Kotlin DSL: Add the following com.gitlab.9lukas5 : jaad gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.9lukas5:jaad:0.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.9lukas5 : jaad sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.9lukas5" % "jaad" % "0.8.8"