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.

Лицензия

Лицензия

Группа

Группа

org.jflac
Идентификатор

Идентификатор

jflac-parent
Последняя версия

Последняя версия

1.5.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://jflac.org/

Скачать jflac-parent

Имя Файла Размер
jflac-parent-1.5.2.pom 6 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • jflac-codec
  • jflac-examples

Версии библиотеки

Версия
1.5.2
1.5.1
1.5.0