MVN

solutions.elevation.camel : camel-openhtmltopdf

Maven & Gradle

Oct 29, 2021
4 stars

OpenHtmlToPdf Component for Apache Camel · This component currently supports generating PDF files from HTML, CSS and images.

<dependency>
    <groupId>solutions.elevation.camel</groupId>
    <artifactId>camel-openhtmltopdf</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of solutions.elevation.camel : camel-openhtmltopdf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of solutions.elevation.camel : camel-openhtmltopdf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
camel-openhtmltopdf-1.0.2
camel-openhtmltopdf-1.0.1

How to add a dependency to Maven

Add the following solutions.elevation.camel : camel-openhtmltopdf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>solutions.elevation.camel</groupId>
    <artifactId>camel-openhtmltopdf</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following solutions.elevation.camel : camel-openhtmltopdf gradle dependency to your build.gradle file:

implementation 'solutions.elevation.camel:camel-openhtmltopdf:1.0.2'

Gradle Kotlin DSL: Add the following solutions.elevation.camel : camel-openhtmltopdf gradle kotlin dependency to your build.gradle.kts file:

implementation("solutions.elevation.camel:camel-openhtmltopdf:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following solutions.elevation.camel : camel-openhtmltopdf sbt scala dependency to your build.sbt file:

libraryDependencies += "solutions.elevation.camel" % "camel-openhtmltopdf" % "1.0.2"

Advertisement