Download BrowserLauncher2-1.3.jar file - Jar b

Jar examples for b:BrowserLauncher2

Description

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.

License

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1

Build File

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'

Download

Click the following link to download the jar file.

BrowserLauncher2-1.3-javadoc.jar
BrowserLauncher2-1.3-sources.jar
BrowserLauncher2-1.3.jar
BrowserLauncher2-1.3.pom



Related Tutorials