MVN

com.adlibsoftware : adlib-integration

Maven & Gradle

Feb 10, 2022
0 stars

Adlib Job Management Service Integration · Adlib Job Management Service Integration SDK. Used to allow clients to integrate with Adlib (e.g. sending files and metadata and retrieving output PDF).

<dependency>
    <groupId>com.adlibsoftware</groupId>
    <artifactId>adlib-integration</artifactId>
    <version>7.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adlibsoftware : adlib-integration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.4

All Versions

Choose a version of com.adlibsoftware : adlib-integration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
adlib-integration-7.1.4
adlib-integration-7.1.2
adlib-integration-7.1.1

How to add a dependency to Maven

Add the following com.adlibsoftware : adlib-integration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adlibsoftware</groupId>
    <artifactId>adlib-integration</artifactId>
    <version>7.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adlibsoftware : adlib-integration gradle dependency to your build.gradle file:

implementation 'com.adlibsoftware:adlib-integration:7.1.4'

Gradle Kotlin DSL: Add the following com.adlibsoftware : adlib-integration gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adlibsoftware:adlib-integration:7.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adlibsoftware : adlib-integration sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adlibsoftware" % "adlib-integration" % "7.1.4"