MVN

com.antkorwin : pdfinder

Maven & Gradle

Aug 06, 2020
0 stars

PDFinder · Find text position in PDF files

<dependency>
    <groupId>com.antkorwin</groupId>
    <artifactId>pdfinder</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.antkorwin : pdfinder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of com.antkorwin : pdfinder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
pdfinder-0.6
0.5
pdfinder-0.5
0.4
pdfinder-0.4
0.3
pdfinder-0.3
0.2
pdfinder-0.2
0.1
pdfinder-0.1

How to add a dependency to Maven

Add the following com.antkorwin : pdfinder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.antkorwin</groupId>
    <artifactId>pdfinder</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.antkorwin : pdfinder gradle dependency to your build.gradle file:

implementation 'com.antkorwin:pdfinder:0.6'

Gradle Kotlin DSL: Add the following com.antkorwin : pdfinder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.antkorwin:pdfinder:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.antkorwin : pdfinder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.antkorwin" % "pdfinder" % "0.6"

Advertisement

Dependencies from Group

Dec 01, 2018
5 usages
1 stars
Jul 08, 2020
3 usages
1 stars
Feb 28, 2021
2 usages
4 stars
Jul 20, 2020
1 usages
96 stars
Dec 29, 2019
77 stars

Discover Dependencies