MVN

edu.stanford.ejalbert : BrowserLauncher2

Maven & Gradle

Oct 06, 2011
7 usages

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.

<dependency>
    <groupId>edu.stanford.ejalbert</groupId>
    <artifactId>BrowserLauncher2</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.stanford.ejalbert : BrowserLauncher2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of edu.stanford.ejalbert : BrowserLauncher2 to add to Maven or Gradle - All Versions:

  • Version Updated
  • BrowserLauncher2-1.3

    Oct 06, 2011

How to add a dependency to Maven

Add the following edu.stanford.ejalbert : BrowserLauncher2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.stanford.ejalbert</groupId>
    <artifactId>BrowserLauncher2</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.stanford.ejalbert : BrowserLauncher2 gradle dependency to your build.gradle file:

implementation 'edu.stanford.ejalbert:BrowserLauncher2:1.3'

Gradle Kotlin DSL: Add the following edu.stanford.ejalbert : BrowserLauncher2 gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.stanford.ejalbert:BrowserLauncher2:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.stanford.ejalbert : BrowserLauncher2 sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.stanford.ejalbert" % "BrowserLauncher2" % "1.3"