MVN

com.idrsolutions : OpenViewerFX

Maven & Gradle

Jul 25, 2017

Open Source (LGPL) JavaFX PDF Viewer for NetBeans plugin

<dependency>
    <groupId>com.idrsolutions</groupId>
    <artifactId>OpenViewerFX</artifactId>
    <version>7.15.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.idrsolutions : OpenViewerFX to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.15.25

All Versions

Choose a version of com.idrsolutions : OpenViewerFX to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.15.x
OpenViewerFX-7.15.25
OpenViewerFX-7.15.17
7.14.x
OpenViewerFX-7.14.27
OpenViewerFX-7.14.26
OpenViewerFX-7.14.23
7.13.x
OpenViewerFX-7.13.31

How to add a dependency to Maven

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

<dependency>
    <groupId>com.idrsolutions</groupId>
    <artifactId>OpenViewerFX</artifactId>
    <version>7.15.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.idrsolutions : OpenViewerFX gradle dependency to your build.gradle file:

implementation 'com.idrsolutions:OpenViewerFX:7.15.25'

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

implementation("com.idrsolutions:OpenViewerFX:7.15.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.idrsolutions : OpenViewerFX sbt scala dependency to your build.sbt file:

libraryDependencies += "com.idrsolutions" % "OpenViewerFX" % "7.15.25"