Skip to content

Java 8 and 9 Releases

GOXR3PLUS STUDIO edited this page Nov 28, 2018 · 1 revision

Java 8 Pre-build runnable jar file

Java 9 Pre-build runnable jar file

Keep the bro alive :)

Patreon donate button PayPal donate button

Add it to your project using JitPack :

[Take me a trip to JitPack][browser-jitpack-url]

Step 1. Add the JitPack repository to your build file

<repositories>
	<repository>
	   <id>jitpack.io</id>
	   <url>https://jitpack.io</url>
        </repository>
</repositories>

Step 1. Add it as a dependency

  • JavaFX-Web-Browser for Java 9 - (9.x.x)
<dependency>
	 <groupId>com.github.goxr3plus</groupId>
	 <artifactId>JavaFX-Web-Browser</artifactId>
	 <version>V9.1.0</version>
</dependency>
  • JavaFX-Web-Browser for Java 8 - (3.x.x)
<dependency>
	 <groupId>com.github.goxr3plus</groupId>
	 <artifactId>JavaFX-Web-Browser</artifactId>
	 <version>V3.5.1</version>
</dependency>