Download freehep-graphicsio-svg-2.4.jar file

Introduction

You can download freehep-graphicsio-svg-2.4.jar in this page.

License

Open Source

Type List

freehep-graphicsio-svg-2.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.freehep/freehep-graphicsio-svg/pom.properties
META-INF/maven/org.freehep/freehep-graphicsio-svg/pom.xml
META-INF/services/org.freehep.graphicsbase.util.export.ExportFileType
org.freehep.graphicsio.svg.SVGExportFileType.class
org.freehep.graphicsio.svg.SVGFontTable.class
org.freehep.graphicsio.svg.SVGGlyph.class
org.freehep.graphicsio.svg.SVGGraphics2D.class

Pom

freehep-graphicsio-svg-2.4.pom file content.

<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">

  <parent>
    <artifactId>freehep-vectorgraphics</artifactId>
    <groupId>org.freehep</groupId>
    <version>2.4</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>

  <artifactId>freehep-graphicsio-svg</artifactId>

  <name>FreeHEP SVG Driver</name>
  <description>FreeHEP Scalable Vector Graphics Driver</description>

  <dependencies>
    <dependency>
      <groupId>org.freehep</groupId>
      <artifactId>freehep-graphics2d</artifactId>
    </dependency>
    <dependency>
      <groupId>org.freehep</groupId>
      <artifactId>freehep-graphicsio</artifactId>
    </dependency>
    <dependency>
      <groupId>org.freehep</groupId>
      <artifactId>freehep-graphicsio-tests</artifactId>
    </dependency>
        <dependency>
          <groupId>org.freehep</groupId>
          <artifactId>freehep-graphicsbase</artifactId>
        </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.freehep</groupId>
   <artifactId>freehep-graphicsio-svg</artifactId>
   <version>2.4</version>
</dependency>

Download

If you think the following freehep-graphicsio-svg-2.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download freehep-graphicsio-svg-2.4.jar file




PreviousNext

Related