Jar examples for b:BrowserLauncher2
BrowserLauncher2, a continuation of the BrowserLauncher project, is a library that facilitates opening a browser from a Java application and directing the browser to a supplied url. In most cases the browser opened will be the user's default browser.
You can download jar file BrowserLauncher2 1.3 in this page.
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
You can use the following script to add BrowserLauncher2-1.3.jar to your project.
<dependency> <groupId>edu.stanford.ejalbert</groupId> <artifactId>BrowserLauncher2</artifactId> <version>1.3</version> </dependency>
compile group: 'edu.stanford.ejalbert', name: 'BrowserLauncher2', version: '1.3'
libraryDependencies += "edu.stanford.ejalbert" % "BrowserLauncher2" % "1.3"
<dependency org="edu.stanford.ejalbert" name="BrowserLauncher2" rev="1.3"/>
@Grapes(@Grab(group='edu.stanford.ejalbert', module='BrowserLauncher2', version='1.3'))
'edu.stanford.ejalbert:BrowserLauncher2:jar:1.3'
Click the following link to download the jar file.
BrowserLauncher2-1.3-javadoc.jar