is not current version
Last Version 1.5.2

org.jflac:jflac-codec 1.5.1

Encoder and Decoder for FLAC files including Java Sound SPI

GroupId

GroupId

org.jflac
ArtifactId

ArtifactId

jflac-codec
Version

Version

1.5.1
Type

Type

jar

Download jflac-codec 1.5.1


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