Download xuggler-0.16.jar file

Introduction

You can download xuggler-0.16.jar in this page.

License

Open Source

Type List

xuggler-0.16.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.boofcv/xuggler/pom.properties
META-INF/maven/org.boofcv/xuggler/pom.xml
boofcv.io.wrapper.xuggler.PlaybackXugglerVideo.class
boofcv.io.wrapper.xuggler.XugglerMediaManager.class
boofcv.io.wrapper.xuggler.XugglerSimplified.class
boofcv.io.wrapper.xuggler.XugglerVideoInterface.class

Pom

xuggler-0.16.pom file content.

<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>

  <artifactId>xuggler</artifactId>
  <name>BoofCV Xuggler</name>
  <packaging>jar</packaging>
  <url>http://boofcv.org</url>

  <parent>
    <groupId>org.boofcv</groupId>
    <artifactId>boofcv-integration</artifactId>
    <version>0.16</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <build>
    <sourceDirectory>${basedir}/src</sourceDirectory>

    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.3.2</version>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <repositories>
    <repository>
      <id>xuggle repo</id>
      <url>http://xuggle.googlecode.com/svn/trunk/repo/share/java/</url>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>ip</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>io</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>visualize</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>xuggle</groupId>
      <artifactId>xuggle-xuggler</artifactId>
      <version>5.2</version>
    </dependency>

  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.boofcv</groupId>
   <artifactId>xuggler</artifactId>
   <version>0.16</version>
</dependency>

Download

If you think the following xuggler-0.16.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download xuggler-0.16.jar file




PreviousNext

Related