<?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.groupdocs</groupId>
  <artifactId>groupdocs-assembly</artifactId>
  <name>GroupDocs.Assembly Java</name>
  <version>18.5</version>
  <description>GroupDocs.Assembly for Java is a class library that enables you to generate documents in popular 
        office file formats based upon template documents and data obtained from various sources including 
        databases, XML, JSON, OData, objects of custom Java types, and more.

        Supports Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Open Document, Email, and other file formats.</description>
  <url>https://products.groupdocs.com/assembly/java</url>
  <developers>
    <developer>
      <id>groupdocs</id>
      <name>Marketplace Team</name>
      <email>support@groupdocs.com</email>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>GroupDocs License, Version 1.0</name>
      <url>https://www.groupdocs.com/corporate/purchase/end-user-license-agreement</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>git@groupdocs.com/assembly</url>
  </scm>
</project>