j

j-ogg-all

J-Ogg is a collection of Java libraries for reading Ogg files and decoding different contained formats. At the moment the support for Vorbis and FLAC is almost complete (the library decodes all files created by the current versions of libvorbis and libflac correctly) and I've started working on Theora support.
http://www.j-ogg.de/
Free and commercial use, modification and redistribution with attribution.
Tor-Einar Jarnbjo
文件下载
文件名 操作
j-ogg-all-1.0.0.jar 下载
j-ogg-all-1.0.0.pom 下载
j-ogg-all-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.jarnbjo</groupId>
  <artifactId>j-ogg-all</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'de.jarnbjo:j-ogg-all:1.0.0'
Gradle Kotlin
implementation("de.jarnbjo:j-ogg-all:1.0.0")
Scala SBT
libraryDependencies += "de.jarnbjo" % "j-ogg-all" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.jarnbjo', module='j-ogg-all', version='1.0.0')
)
Apache Ivy
<dependency org="de.jarnbjo" name="j-ogg-all" rev="1.0.0" />
Leiningen
[de.jarnbjo/j-ogg-all "1.0.0"]
Apache Buildr
'de.jarnbjo:j-ogg-all:jar:1.0.0'
本项目依赖
该项目无第三方依赖