is not current version
Last Version 0.8.8

com.gitlab.9lukas5:jaad 0.8.7

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+).

GroupId

GroupId

com.gitlab.9lukas5
ArtifactId

ArtifactId

jaad
Version

Version

0.8.7
Type

Type

jar

Download jaad 0.8.7


<!-- https://jarcasting.com/artifacts/com.gitlab.9lukas5/jaad/ -->
<dependency>
    <groupId>com.gitlab.9lukas5</groupId>
    <artifactId>jaad</artifactId>
    <version>0.8.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.9lukas5/jaad/
implementation 'com.gitlab.9lukas5:jaad:0.8.7'
// https://jarcasting.com/artifacts/com.gitlab.9lukas5/jaad/
implementation ("com.gitlab.9lukas5:jaad:0.8.7")
'com.gitlab.9lukas5:jaad:jar:0.8.7'
<dependency org="com.gitlab.9lukas5" name="jaad" rev="0.8.7">
  <artifact name="jaad" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.9lukas5', module='jaad', version='0.8.7')
)
libraryDependencies += "com.gitlab.9lukas5" % "jaad" % "0.8.7"
[com.gitlab.9lukas5/jaad "0.8.7"]