Maven Repository - POM file for XML Graphics batik-ttf2svg 1.6 1.6

Summary

Batik SVG Font Converter.

Declaration

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

<dependency>
   <groupId>batik</groupId>
   <artifactId>batik-ttf2svg</artifactId>
   <version>1.6</version>
</dependency>

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

Depends on

The batik-ttf2svg-1.6 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XML Graphicsbatik-svggen 1.6
Batik SVG Generator
12
XML Graphicsbatik-util 1.6
Batik Utilities
16




Packages

The following packages are defined in the batik-ttf2svg-1.6.jar

org.apache.batik.apps.ttf2svg

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>batik</groupId>
  <artifactId>batik-ttf2svg</artifactId>
  <name>Batik SVG Font Converter</name>
  <version>1.6</version>
  <description>Batik SVG Font Converter</description>
  <inceptionYear>2000</inceptionYear>
  <dependencies>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-svggen</artifactId>
      <version>1.6</version>
    </dependency>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-util</artifactId>
      <version>1.6</version>
    </dependency>
  </dependencies>
</project>