MVN

com.github.superad.pdf.kit : pdf-kit

Maven & Gradle

May 15, 2017
250 stars

pdf-kit

<dependency>
    <groupId>com.github.superad.pdf.kit</groupId>
    <artifactId>pdf-kit</artifactId>
    <version>1.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.superad.pdf.kit : pdf-kit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1-RELEASE

All Versions

Choose a version of com.github.superad.pdf.kit : pdf-kit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
pdf-kit-1.1-RELEASE
1.0
pdf-kit-1.0-release

How to add a dependency to Maven

Add the following com.github.superad.pdf.kit : pdf-kit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.superad.pdf.kit</groupId>
    <artifactId>pdf-kit</artifactId>
    <version>1.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.superad.pdf.kit : pdf-kit gradle dependency to your build.gradle file:

implementation 'com.github.superad.pdf.kit:pdf-kit:1.1-RELEASE'

Gradle Kotlin DSL: Add the following com.github.superad.pdf.kit : pdf-kit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.superad.pdf.kit:pdf-kit:1.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.superad.pdf.kit : pdf-kit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.superad.pdf.kit" % "pdf-kit" % "1.1-RELEASE"

Advertisement