MVN

net.sourceforge.javaflacencoder : java-flac-encoder

Maven & Gradle

Oct 10, 2015
3 usages
9 stars

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/

<dependency>
    <groupId>net.sourceforge.javaflacencoder</groupId>
    <artifactId>java-flac-encoder</artifactId>
    <version>0.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.javaflacencoder : java-flac-encoder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.7

All Versions

Choose a version of net.sourceforge.javaflacencoder : java-flac-encoder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
java-flac-encoder-0.3.7
java-flac-encoder-0.3.6

How to add a dependency to Maven

Add the following net.sourceforge.javaflacencoder : java-flac-encoder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.javaflacencoder</groupId>
    <artifactId>java-flac-encoder</artifactId>
    <version>0.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.javaflacencoder : java-flac-encoder gradle dependency to your build.gradle file:

implementation 'net.sourceforge.javaflacencoder:java-flac-encoder:0.3.7'

Gradle Kotlin DSL: Add the following net.sourceforge.javaflacencoder : java-flac-encoder gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.javaflacencoder:java-flac-encoder:0.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.javaflacencoder : java-flac-encoder sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.javaflacencoder" % "java-flac-encoder" % "0.3.7"

Advertisement

Dependencies from Group

Oct 10, 2015
3 usages
9 stars

Discover Dependencies

Apr 22, 2022
30 usages
90 stars
Oct 08, 2015
2 usages
86 stars
Jun 22, 2023
22 usages
2 stars
Jun 22, 2023
22 usages
2 stars
Jun 21, 2023
1 usages
232 stars
b4j
Dec 22, 2020
0 stars
Jan 17, 2019
2 usages
5 stars
wam
Oct 05, 2015
4 stars