MVN

com.groupdocs : groupdocs-metadata

Maven & Gradle

May 10, 2018

GroupDocs.Metadata · GroupDocs.Metadata for Java is a class library to process metadata associated with various Document, Image, CAD, Audio, Video and Archive formats. Key Features: - Covers most popular metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3, document properties - Covers most popular document formats: Microsoft Word, Microsoft Excel, Microsoft PowerPoint, PDF, Microsoft OneNote, Microsoft Visio, Open Document Format - Covers most popular image formats: BMP, GIF, DjVu, JPEG, PNG, TIFF, PSD, WebP, WMF, EMF, DICOM - Covers most popular email formats: Outlook Message, Email Message - Covers most popular audio formats: Mp3, WAV - Covers most popular video formats: Avi, Mov - Create, modify and remove metadata associated with supported document and image formats with a few lines of code - Manage EXIF metadata in Jpeg and TIFF formats - Manage XMP metadata in image and PDF formats - Manage Image Resource blocks in image formats - Manage audio metadata: ID3 tag (ID3v1, ID3v2), Lyrics3 tag, APE - Utilities to inspect and clean hidden metadata in document formats - Utilities to Search and Compare all metadata - Utilities to Export metadata to Excel/Csv - Metadata cleaner utility - MIME type detection - Read track changes. Accept or reject track changes - Read EXIF maker-notes: Sony, Nikon, Canon, Panasonic For more details on the library, please visit GroupDocs website at: https://products.groupdocs.com/metadata/Java Note: The library comes up with some limitations in the evaluation mode. In order to test full features of GroupDocs.Metadata for Java library, please request a free 30-day temporary license.

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-metadata</artifactId>
    <version>18.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.groupdocs : groupdocs-metadata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 18.5

All Versions

Choose a version of com.groupdocs : groupdocs-metadata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18.5
groupdocs-metadata-18.5
18.4
groupdocs-metadata-18.4
18.2
groupdocs-metadata-18.2
18.1
groupdocs-metadata-18.1
17.12
groupdocs-metadata-17.12

How to add a dependency to Maven

Add the following com.groupdocs : groupdocs-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-metadata</artifactId>
    <version>18.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.groupdocs : groupdocs-metadata gradle dependency to your build.gradle file:

implementation 'com.groupdocs:groupdocs-metadata:18.5'

Gradle Kotlin DSL: Add the following com.groupdocs : groupdocs-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("com.groupdocs:groupdocs-metadata:18.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.groupdocs : groupdocs-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "com.groupdocs" % "groupdocs-metadata" % "18.5"