Download vorbis-java-tika-0.8.jar file

Introduction

You can download vorbis-java-tika-0.8.jar in this page.

License

Apache License

Type List

vorbis-java-tika-0.8.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/maven/org.gagravarr/vorbis-java-tika/pom.properties
META-INF/maven/org.gagravarr/vorbis-java-tika/pom.xml
META-INF/services/org.apache.tika.detect.Detector
META-INF/services/org.apache.tika.parser.Parser
org.gagravarr.tika.FlacParser.class
org.gagravarr.tika.OggAudioParser.class
org.gagravarr.tika.OggDetector.class
org.gagravarr.tika.OggParser.class
org.gagravarr.tika.OpusParser.class
org.gagravarr.tika.SpeexParser.class
org.gagravarr.tika.TheoraParser.class
org.gagravarr.tika.VorbisParser.class

Pom

vorbis-java-tika-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-tika</artifactId>
  <packaging>jar</packaging>
  <name>Apache Tika plugin for Ogg, Vorbis and FLAC</name>
  <url>https://github.com/Gagravarr/VorbisJava</url>

  <properties>
    <tika.version>1.12</tika.version>
  </properties>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>vorbis-java-core</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>vorbis-java-core</artifactId>
      <version>${project.version}</version>
      <classifier>tests</classifier>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.tika</groupId>
      <artifactId>tika-core</artifactId>
      <version>${tika.version}</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.gagravarr</groupId>
   <artifactId>vorbis-java-tika</artifactId>
   <version>0.8</version>
</dependency>

Download

If you think the following vorbis-java-tika-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-tika-0.8.jar file




PreviousNext

Related