Java FLAC Codec

jFLAC is a port of the Free Lossless Audio Codec (FLAC) library to Java. This allows Java developers to write programs that use the FLAC files and the FLAC algorithms.

License

License

GroupId

GroupId

org.jflac
ArtifactId

ArtifactId

jflac-parent
Last Version

Last Version

1.5.2
Release Date

Release Date

Type

Type

pom
Description

Description

Java FLAC Codec
jFLAC is a port of the Free Lossless Audio Codec (FLAC) library to Java. This allows Java developers to write programs that use the FLAC files and the FLAC algorithms.
Project URL

Project URL

http://jflac.org/

Download jflac-parent

Filename Size
jflac-parent-1.5.2.pom 6 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.jflac/jflac-parent/ -->
<dependency>
    <groupId>org.jflac</groupId>
    <artifactId>jflac-parent</artifactId>
    <version>1.5.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jflac/jflac-parent/
implementation 'org.jflac:jflac-parent:1.5.2'
// https://jarcasting.com/artifacts/org.jflac/jflac-parent/
implementation ("org.jflac:jflac-parent:1.5.2")
'org.jflac:jflac-parent:pom:1.5.2'
<dependency org="org.jflac" name="jflac-parent" rev="1.5.2">
  <artifact name="jflac-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jflac', module='jflac-parent', version='1.5.2')
)
libraryDependencies += "org.jflac" % "jflac-parent" % "1.5.2"
[org.jflac/jflac-parent "1.5.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jflac-codec
  • jflac-examples

Versions

Version
1.5.2
1.5.1
1.5.0