Maven Repository - POM file for Library metadata-extractor 2.4.0-beta-1 2.4.0-beta-1

Summary

metadata extractor.

a general metadata extraction framework.

Declaration

Here is the list of declaration for metadata-extractor. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.drewnoakes</groupId>
   <artifactId>metadata-extractor</artifactId>
   <version>2.4.0-beta-1</version>
</dependency>

If you think this Maven repository POM file listing for metadata-extractor is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:public domain
URL: http://www.drewnoakes.com/code/exif/.

Packages

The following packages are defined in the metadata-extractor-2.4.0-beta-1.jar

com.drew.imaging
com.drew.imaging.jpeg
com.drew.imaging.tiff
com.drew.lang
com.drew.metadata
com.drew.metadata.exif
com.drew.metadata.iptc
com.drew.metadata.jpeg




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd ">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.drewnoakes</groupId>
  <artifactId>metadata-extractor</artifactId>
  <name>metadata extractor</name>
  <version>2.4.0-beta-1</version>
  <description>a general metadata extraction framework</description>
  <url>http://www.drewnoakes.com/code/exif/</url>
  <licenses>
    <license>
      <name>public domain</name>
      <url>http://www.drewnoakes.com/code/exif/</url>
    </license>
  </licenses>
</project>