MVN

one.xingyi : pdftemplate

Maven & Gradle

Jul 07, 2023
0 stars

Pdf Template · Tools for adding text and images to pdfs

<dependency>
    <groupId>one.xingyi</groupId>
    <artifactId>pdftemplate</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.xingyi : pdftemplate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of one.xingyi : pdftemplate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
pdftemplate-1.4.4
pdftemplate-1.4.3
pdftemplate-1.4.2
pdftemplate-1.4.1
1.3.x
pdftemplate-1.3.2
pdftemplate-1.3.1
pdftemplate-1.3.0
1.2.x
pdftemplate-1.2.4
pdftemplate-1.2.3
pdftemplate-1.2.2
pdftemplate-1.2.1
pdftemplate-1.2.0
1.1.x
pdftemplate-1.1.6
pdftemplate-1.1.5
pdftemplate-1.1.4
pdftemplate-1.1.3
pdftemplate-1.1.2
pdftemplate-1.1.1
1.1
pdftemplate-1.1
1.0
pdftemplate-1.0

How to add a dependency to Maven

Add the following one.xingyi : pdftemplate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>one.xingyi</groupId>
    <artifactId>pdftemplate</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following one.xingyi : pdftemplate gradle dependency to your build.gradle file:

implementation 'one.xingyi:pdftemplate:1.4.4'

Gradle Kotlin DSL: Add the following one.xingyi : pdftemplate gradle kotlin dependency to your build.gradle.kts file:

implementation("one.xingyi:pdftemplate:1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following one.xingyi : pdftemplate sbt scala dependency to your build.sbt file:

libraryDependencies += "one.xingyi" % "pdftemplate" % "1.4.4"

Advertisement