MVN

com.github.codemonstur : jpedal

Maven & Gradle

Mar 18, 2022
0 stars

Patched jPedal based on the last official jpedal version 4.92

<dependency>
    <groupId>com.github.codemonstur</groupId>
    <artifactId>jpedal</artifactId>
    <version>4.92-p13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.codemonstur : jpedal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.92-p13

All Versions

Choose a version of com.github.codemonstur : jpedal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.92
jpedal-4.92-p13

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.codemonstur</groupId>
    <artifactId>jpedal</artifactId>
    <version>4.92-p13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.codemonstur : jpedal gradle dependency to your build.gradle file:

implementation 'com.github.codemonstur:jpedal:4.92-p13'

Gradle Kotlin DSL: Add the following com.github.codemonstur : jpedal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.codemonstur:jpedal:4.92-p13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.codemonstur : jpedal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.codemonstur" % "jpedal" % "4.92-p13"

Advertisement