Maven Repository - POM file for PDF itext 1.4.8 1.4.8

Summary

iText, a free Java-PDF library.

Declaration

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

<dependency>
   <groupId>com.lowagie</groupId>
   <artifactId>itext</artifactId>
   <version>1.4.8</version>
</dependency>

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

License

Name:Mozilla Public License
URL: http://www.mozilla.org/MPL/MPL-1.1.html.

Depended by

The following table lists the most popular artifacts which are depending on itext-1.4.8. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-webmvc 2.0.6
Spring Framework: WebMVC
7
JSFtomahawk12 1.1.9
JSF components and utilities that can be used with any JSF implementation. This library is based on the JSF1.1 version of Tomahawk, but with minor source code and build changes to take advantage of JSF1.2 features. A JSF1.2 implementation is required to use this version of the Tomahawk ...
7
Springspring-webmvc 2.5
Spring Framework: Web MVC
18




Plugin

The following plugins are used in the itext-1.4.8.jar

  1. maven-jar-plugin

Packages

The following packages are defined in the itext-1.4.8.jar

com.lowagie.bc.asn1
com.lowagie.text
com.lowagie.text.html
com.lowagie.text.html.simpleparser
com.lowagie.text.markup
com.lowagie.text.pdf
com.lowagie.text.pdf.codec
com.lowagie.text.pdf.codec.postscript
com.lowagie.text.pdf.codec.wmf
com.lowagie.text.pdf.crypto
com.lowagie.text.pdf.events
com.lowagie.text.pdf.fonts
com.lowagie.text.pdf.hyphenation
com.lowagie.text.rtf
com.lowagie.text.rtf.direct
com.lowagie.text.rtf.document
com.lowagie.text.rtf.document.output
com.lowagie.text.rtf.field
com.lowagie.text.rtf.graphic
com.lowagie.text.rtf.headerfooter
com.lowagie.text.rtf.list
com.lowagie.text.rtf.style
com.lowagie.text.rtf.table
com.lowagie.text.rtf.text
com.lowagie.text.xml
com.lowagie.text.xml.xmp
com.lowagie.tools
com.lowagie.tools.arguments
com.lowagie.tools.plugins
com.lowagie.tools.plugins.treeview




POM File Source

Here is the content of the POM file.

<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.lowagie</groupId>
  <artifactId>itext</artifactId>
  <packaging>jar</packaging>
  <name>iText, a Free Java-PDF library</name>
  <version>1.4.8</version>
  <description>iText, a free Java-PDF library</description>
  <url>http://www.lowagie.com/iText/</url>
  <mailingLists>
    <mailingList>
      <name>iText Questions</name>
      <subscribe>
        http://lists.sourceforge.net/lists/listinfo/itext-questions
      </subscribe>
      <post>itext-questions@lists.sourceforge.net</post>
      <archive>
        http://news.gmane.org/gmane.comp.java.lib.itext.general
      </archive>
      <otherArchives>
        <otherArchive>http://www.nabble.com/iText---General-f2701.html</otherArchive>
        <otherArchive>http://www.junlu.com/2.html</otherArchive>
        <otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive>
        <otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive>
      </otherArchives>
    </mailingList>
  </mailingLists>
  
  <licenses>
    <license>
      <name>Mozilla Public License</name>
      <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
      <comments>
        iText was originally published under the LGPLicense.
        LGPL can be used as an alternative license for the MPL.
      </comments>
    </license>
  </licenses>
  <scm>
    <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/itext:src</connection>
    <url>http://cvs.sourceforge.net/viewcvs.py/itext</url>
  </scm>
  <dependencies />
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
              <mainClass>
                com.lowagie.tools.Toolbox
              </mainClass>
            </manifest>
          </archive>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>