MVN

org.jfxtras : openjfx-monocle

Maven & Gradle

Nov 12, 2014
4 usages
47 stars

openjfx-monocle · Headless graphics driver for JavaFX

<dependency>
    <groupId>org.jfxtras</groupId>
    <artifactId>openjfx-monocle</artifactId>
    <version>1.8.0_20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jfxtras : openjfx-monocle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0_20

All Versions

Choose a version of org.jfxtras : openjfx-monocle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
openjfx-monocle-1.8.0_20

How to add a dependency to Maven

Add the following org.jfxtras : openjfx-monocle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jfxtras</groupId>
    <artifactId>openjfx-monocle</artifactId>
    <version>1.8.0_20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jfxtras : openjfx-monocle gradle dependency to your build.gradle file:

implementation 'org.jfxtras:openjfx-monocle:1.8.0_20'

Gradle Kotlin DSL: Add the following org.jfxtras : openjfx-monocle gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jfxtras:openjfx-monocle:1.8.0_20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jfxtras : openjfx-monocle sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jfxtras" % "openjfx-monocle" % "1.8.0_20"

Advertisement

Dependencies from Group

Dec 24, 2021
11 usages
573 stars
Apr 07, 2018
9 usages
151 stars
Dec 24, 2021
7 usages
591 stars
Dec 24, 2021
6 usages
591 stars
Oct 23, 2018
6 usages
596 stars

Discover Dependencies