MVN

org.freehep : freehep-chartable-converter-plugin

Maven & Gradle

Oct 21, 2012
1 stars

FreeHEP Character Table Converter · Converts 16 bit Unicode text files into lookup tables. These tables are used by the VectorGraphics package to include and embed fonts in the output formats.

<plugin>
    <groupId>org.freehep</groupId>
    <artifactId>freehep-chartable-converter-plugin</artifactId>
    <version>2.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.freehep : freehep-chartable-converter-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of org.freehep : freehep-chartable-converter-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
freehep-chartable-converter-plugin-2.2.1
2.2
freehep-chartable-converter-plugin-2.2
2.1
freehep-chartable-converter-plugin-2.1
2.0.x
freehep-chartable-converter-plugin-2.0.2
freehep-chartable-converter-plugin-2.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.freehep</groupId>
    <artifactId>freehep-chartable-converter-plugin</artifactId>
    <version>2.2.1</version>
</plugin>