MVN

com.github.vebqa : vebtal-pdf

Maven & Gradle

Jun 17, 2020
0 stars

Test Adaptation Layer for PDF documents · Provides access for testing PDF documents with api for REST or JUnit / AssertJ

<dependency>
    <groupId>com.github.vebqa</groupId>
    <artifactId>vebtal-pdf</artifactId>
    <version>1.0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.5.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
vebtal-pdf-1.0.5.1
vebtal-pdf-1.0.5
vebtal-pdf-1.0.3
vebtal-pdf-1.0.2
vebtal-pdf-1.0.1
vebtal-pdf-1.0.0
0.9.x
vebtal-pdf-0.9.15
vebtal-pdf-0.9.14
vebtal-pdf-0.9.13
vebtal-pdf-0.9.12
vebtal-pdf-0.9.11
vebtal-pdf-0.9.10
vebtal-pdf-0.9.9
vebtal-pdf-0.9.8
vebtal-pdf-0.9.7
vebtal-pdf-0.9.6
vebtal-pdf-0.9.5
vebtal-pdf-0.9.4
vebtal-pdf-0.9.3
vebtal-pdf-0.9.2
vebtal-pdf-0.9.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.vebqa</groupId>
    <artifactId>vebtal-pdf</artifactId>
    <version>1.0.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.vebqa:vebtal-pdf:1.0.5.1'

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

implementation("com.github.vebqa:vebtal-pdf:1.0.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.vebqa" % "vebtal-pdf" % "1.0.5.1"

Advertisement