You can download vorbis-java-core-0.8.jar in this page.
Apache License
vorbis-java-core-0.8.jar file has the following types.
META-INF/LICENSE META-INF/MANIFEST.MF META-INF/maven/org.gagravarr/vorbis-java-core/pom.properties META-INF/maven/org.gagravarr/vorbis-java-core/pom.xml org.gagravarr.flac.FlacAudioFrame.class org.gagravarr.flac.FlacAudioSubFrame.class org.gagravarr.flac.FlacFile.class org.gagravarr.flac.FlacFirstOggPacket.class org.gagravarr.flac.FlacFrame.class org.gagravarr.flac.FlacInfo.class org.gagravarr.flac.FlacMetadataBlock.class org.gagravarr.flac.FlacNativeFile.class org.gagravarr.flac.FlacOggFile.class org.gagravarr.flac.FlacOggInfo.class org.gagravarr.flac.FlacTags.class org.gagravarr.flac.FlacUnhandledMetadataBlock.class org.gagravarr.ogg.BitsReader.class org.gagravarr.ogg.BytesCapturingInputStream.class org.gagravarr.ogg.CRCUtils.class org.gagravarr.ogg.HighLevelOggStreamPacket.class org.gagravarr.ogg.IOUtils.class org.gagravarr.ogg.OggFile.class org.gagravarr.ogg.OggPacket.class org.gagravarr.ogg.OggPacketData.class org.gagravarr.ogg.OggPacketReader.class org.gagravarr.ogg.OggPacketWriter.class org.gagravarr.ogg.OggPage.class org.gagravarr.ogg.OggStreamAudioData.class org.gagravarr.ogg.OggStreamAudioVisualData.class org.gagravarr.ogg.OggStreamIdentifier.class org.gagravarr.ogg.OggStreamListener.class org.gagravarr.ogg.OggStreamPacket.class org.gagravarr.ogg.OggStreamReader.class org.gagravarr.ogg.OggStreamVideoData.class org.gagravarr.ogg.audio.OggAudioHeaders.class org.gagravarr.ogg.audio.OggAudioInfoHeader.class org.gagravarr.ogg.audio.OggAudioSetupHeader.class org.gagravarr.ogg.audio.OggAudioStatistics.class org.gagravarr.ogg.audio.OggAudioStream.class org.gagravarr.ogg.audio.OggAudioStreamHeaders.class org.gagravarr.ogg.audio.OggAudioTagsHeader.class org.gagravarr.opus.OpusAudioData.class org.gagravarr.opus.OpusFile.class org.gagravarr.opus.OpusInfo.class org.gagravarr.opus.OpusPacket.class org.gagravarr.opus.OpusPacketFactory.class org.gagravarr.opus.OpusStatistics.class org.gagravarr.opus.OpusTags.class org.gagravarr.skeleton.SkeletonFisbone.class org.gagravarr.skeleton.SkeletonFishead.class org.gagravarr.skeleton.SkeletonKeyFramePacket.class org.gagravarr.skeleton.SkeletonPacket.class org.gagravarr.skeleton.SkeletonPacketFactory.class org.gagravarr.skeleton.SkeletonStream.class org.gagravarr.speex.SpeexAudioData.class org.gagravarr.speex.SpeexFile.class org.gagravarr.speex.SpeexInfo.class org.gagravarr.speex.SpeexPacket.class org.gagravarr.speex.SpeexPacketFactory.class org.gagravarr.speex.SpeexTags.class org.gagravarr.theora.TheoraComments.class org.gagravarr.theora.TheoraFile.class org.gagravarr.theora.TheoraInfo.class org.gagravarr.theora.TheoraPacket.class org.gagravarr.theora.TheoraPacketFactory.class org.gagravarr.theora.TheoraSetup.class org.gagravarr.theora.TheoraVideoData.class org.gagravarr.vorbis.VorbisAudioData.class org.gagravarr.vorbis.VorbisComments.class org.gagravarr.vorbis.VorbisFile.class org.gagravarr.vorbis.VorbisInfo.class org.gagravarr.vorbis.VorbisPacket.class org.gagravarr.vorbis.VorbisPacketFactory.class org.gagravarr.vorbis.VorbisSetup.class org.gagravarr.vorbis.VorbisStyleComments.class
vorbis-java-core-0.8.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.gagravarr</groupId> <artifactId>vorbis-java-parent</artifactId> <relativePath>../parent/pom.xml</relativePath> <version>0.8</version> </parent> <artifactId>vorbis-java-core</artifactId> <packaging>jar</packaging> <name>Ogg and Vorbis for Java, Core</name> <url>https://github.com/Gagravarr/VorbisJava</url> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.6</version> <executions> <execution> <id>jar-test-classes</id> <phase>package</phase> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.gagravarr</groupId> <artifactId>vorbis-java-core</artifactId> <version>0.8</version> </dependency>
If you think the following vorbis-java-core-0.8.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download vorbis-java-core-0.8.jar file