MVN

net.java.openjfx.backport : openjfx-78-backport-native

Maven & Gradle

Jul 31, 2013

OpenJFX 78 Backport Native Files · This contains the native files for the backport of OpenJFX 8 to run on Java 7.

<dependency>
    <groupId>net.java.openjfx.backport</groupId>
    <artifactId>openjfx-78-backport-native</artifactId>
    <version>1.8.0-ea-b96.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.openjfx.backport : openjfx-78-backport-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0-ea-b96.1

All Versions

Choose a version of net.java.openjfx.backport : openjfx-78-backport-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
openjfx-78-backport-native-1.8.0-ea-b96.1

How to add a dependency to Maven

Add the following net.java.openjfx.backport : openjfx-78-backport-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.java.openjfx.backport</groupId>
    <artifactId>openjfx-78-backport-native</artifactId>
    <version>1.8.0-ea-b96.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.openjfx.backport : openjfx-78-backport-native gradle dependency to your build.gradle file:

implementation 'net.java.openjfx.backport:openjfx-78-backport-native:1.8.0-ea-b96.1'

Gradle Kotlin DSL: Add the following net.java.openjfx.backport : openjfx-78-backport-native gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.openjfx.backport:openjfx-78-backport-native:1.8.0-ea-b96.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.openjfx.backport : openjfx-78-backport-native sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.openjfx.backport" % "openjfx-78-backport-native" % "1.8.0-ea-b96.1"