MVN

com.datalogics.pdfl : forms-extension

Maven & Gradle

Jun 13, 2024
4 stars

com.datalogics.pdfl:forms-extension · Forms Extension an Adobe PDF Library addition that helps users who work with PDF forms to efficiently manage their forms processes.

<dependency>
    <groupId>com.datalogics.pdfl</groupId>
    <artifactId>forms-extension</artifactId>
    <version>18.37.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.datalogics.pdfl : forms-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 18.37.0

All Versions

Choose a version of com.datalogics.pdfl : forms-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18.37.x
forms-extension-18.37.0

How to add a dependency to Maven

Add the following com.datalogics.pdfl : forms-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.datalogics.pdfl</groupId>
    <artifactId>forms-extension</artifactId>
    <version>18.37.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.datalogics.pdfl : forms-extension gradle dependency to your build.gradle file:

implementation 'com.datalogics.pdfl:forms-extension:18.37.0'

Gradle Kotlin DSL: Add the following com.datalogics.pdfl : forms-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("com.datalogics.pdfl:forms-extension:18.37.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.datalogics.pdfl : forms-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "com.datalogics.pdfl" % "forms-extension" % "18.37.0"