MVN

io.github.openhtmltopdf : openhtmltopdf-java2d

Maven & Gradle

Apr 25, 2024

Openhtmltopdf Image Rendering (Java2D) · Openhtmltopdf is a CSS 2.1 renderer written in Java. This artifact supports image output with the Java2D API.

<dependency>
    <groupId>io.github.openhtmltopdf</groupId>
    <artifactId>openhtmltopdf-java2d</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.openhtmltopdf : openhtmltopdf-java2d to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of io.github.openhtmltopdf : openhtmltopdf-java2d to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
openhtmltopdf-java2d-1.1.8
openhtmltopdf-java2d-1.1.7
openhtmltopdf-java2d-1.1.6

How to add a dependency to Maven

Add the following io.github.openhtmltopdf : openhtmltopdf-java2d maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.openhtmltopdf</groupId>
    <artifactId>openhtmltopdf-java2d</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.openhtmltopdf : openhtmltopdf-java2d gradle dependency to your build.gradle file:

implementation 'io.github.openhtmltopdf:openhtmltopdf-java2d:1.1.8'

Gradle Kotlin DSL: Add the following io.github.openhtmltopdf : openhtmltopdf-java2d gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.openhtmltopdf:openhtmltopdf-java2d:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.openhtmltopdf : openhtmltopdf-java2d sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.openhtmltopdf" % "openhtmltopdf-java2d" % "1.1.8"