j

java-flac-encoder

javaFlacEncoder is a pure java implementation of a FLAC encoder library. It is designed to allow third-party java applications to enable flac encoding without resorting to use of JNI or scripted file conversions. Additionally, a basic console wav->flac encoding tool is included as part of this package. Original project can be found here: http://javaflacencoder.sourceforge.net/
https://github.com/amplexus/java-flac-encoder
GNU LGPL(v2.1)
Preston Lacey
Files download
File Operation
java-flac-encoder-0.3.7.jar download
java-flac-encoder-0.3.7.pom download
java-flac-encoder-0.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.javaflacencoder</groupId>
  <artifactId>java-flac-encoder</artifactId>
  <version>0.3.7</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.javaflacencoder:java-flac-encoder:0.3.7'
Gradle Kotlin
implementation("net.sourceforge.javaflacencoder:java-flac-encoder:0.3.7")
Scala SBT
libraryDependencies += "net.sourceforge.javaflacencoder" % "java-flac-encoder" % "0.3.7"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.javaflacencoder', module='java-flac-encoder', version='0.3.7')
)
Apache Ivy
<dependency org="net.sourceforge.javaflacencoder" name="java-flac-encoder" rev="0.3.7" />
Leiningen
[net.sourceforge.javaflacencoder/java-flac-encoder "0.3.7"]
Apache Buildr
'net.sourceforge.javaflacencoder:java-flac-encoder:jar:0.3.7'
Dependencies
The project has no third-party dependencies