MVN

com.github.axet : java-flac-encoder

Maven & Gradle

May 27, 2017
1 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>com.github.axet</groupId>
    <artifactId>java-flac-encoder</artifactId>
    <version>0.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.axet : java-flac-encoder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.8

All Versions

Choose a version of com.github.axet : java-flac-encoder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
java-flac-encoder-0.3.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.axet</groupId>
    <artifactId>java-flac-encoder</artifactId>
    <version>0.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.axet : java-flac-encoder gradle dependency to your build.gradle file:

implementation 'com.github.axet:java-flac-encoder:0.3.8'

Gradle Kotlin DSL: Add the following com.github.axet : java-flac-encoder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.axet:java-flac-encoder:0.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.axet : java-flac-encoder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.axet" % "java-flac-encoder" % "0.3.8"

Advertisement

Dependencies from Group

Aug 03, 2019
355 usages
Nov 25, 2013
40 usages
Feb 15, 2017
2 usages
Jul 31, 2023
2 usages
Nov 11, 2019
2 usages

Discover Dependencies

Sep 11, 2018
9 stars
Sep 13, 2017
1 stars
Apr 26, 2018
0 stars
Sep 27, 2018
33 stars
May 23, 2017
13 stars
Jul 16, 2023
7 usages
512 stars
Jan 02, 2020
2 usages