License |
License |
---|---|
GroupId | GroupIdorg.jflac |
ArtifactId | ArtifactIdjflac-codec |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjFLAC Codec
Encoder and Decoder for FLAC files including Java Sound SPI
|
Filename | Size |
---|---|
jflac-codec-1.5.2.pom | |
jflac-codec-1.5.2.jar | 84 KB |
jflac-codec-1.5.2-sources.jar | 112 KB |
jflac-codec-1.5.2-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jflac/jflac-codec/ -->
<dependency>
<groupId>org.jflac</groupId>
<artifactId>jflac-codec</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jflac/jflac-codec/
implementation 'org.jflac:jflac-codec:1.5.2'
// https://jarcasting.com/artifacts/org.jflac/jflac-codec/
implementation ("org.jflac:jflac-codec:1.5.2")
'org.jflac:jflac-codec:jar:1.5.2'
<dependency org="org.jflac" name="jflac-codec" rev="1.5.2">
<artifact name="jflac-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jflac', module='jflac-codec', version='1.5.2')
)
libraryDependencies += "org.jflac" % "jflac-codec" % "1.5.2"
[org.jflac/jflac-codec "1.5.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |