You can download BrowserLauncher2-1.3.jar in this page.
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
BrowserLauncher2-1.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/edu.stanford.ejalbert/BrowserLauncher2/pom.properties META-INF/maven/edu.stanford.ejalbert/BrowserLauncher2/pom.xml at.jta.NotSupportedOSException.class at.jta.RegistryErrorException.class at.jta.Regor.class edu.stanford.ejalbert.BrowserLauncher.class edu.stanford.ejalbert.BrowserLauncherRunner.class edu.stanford.ejalbert.browserclosers.DefaultBrowserCloser.class edu.stanford.ejalbert.browserclosers.IBrowserCloser.class edu.stanford.ejalbert.browserevents.BrowserEvent.class edu.stanford.ejalbert.browserevents.BrowserEventListener.class edu.stanford.ejalbert.browserprefui.BrowserPrefAction.class edu.stanford.ejalbert.browserprefui.BrowserPrefDialog.class edu.stanford.ejalbert.exception.BrowserLaunchingExecutionException.class edu.stanford.ejalbert.exception.BrowserLaunchingInitializingException.class edu.stanford.ejalbert.exception.UnsupportedOperatingSystemException.class edu.stanford.ejalbert.exceptionhandler.BrowserLauncherDefaultErrorHandler.class edu.stanford.ejalbert.exceptionhandler.BrowserLauncherErrorHandler.class edu.stanford.ejalbert.launching.BrowserDescription.class edu.stanford.ejalbert.launching.BrowserLaunchingFactory.class edu.stanford.ejalbert.launching.IBrowserEvent.class edu.stanford.ejalbert.launching.IBrowserEventCallBack.class edu.stanford.ejalbert.launching.IBrowserLaunching.class edu.stanford.ejalbert.launching.macos.MacOs2_0BrowserLaunching.class edu.stanford.ejalbert.launching.macos.MacOs2_1BrowserLaunching.class edu.stanford.ejalbert.launching.macos.MacOs3_0BrowserLaunching.class edu.stanford.ejalbert.launching.macos.MacOs3_1BrowserLaunching.class edu.stanford.ejalbert.launching.macos.MacOsBrowserLaunching.class edu.stanford.ejalbert.launching.misc.StandardUnixBrowser.class edu.stanford.ejalbert.launching.misc.SunOSBrowserLaunching.class edu.stanford.ejalbert.launching.misc.UnixBrowser.class edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching.class edu.stanford.ejalbert.launching.soylatte.SoyLatteBrowser.class edu.stanford.ejalbert.launching.soylatte.SoyLatteBrowserImpl.class edu.stanford.ejalbert.launching.soylatte.SoyLatteBrowserLaunching.class edu.stanford.ejalbert.launching.utils.LaunchingUtils.class edu.stanford.ejalbert.launching.windows.WindowsBrowser.class edu.stanford.ejalbert.launching.windows.WindowsBrowserLaunching.class net.sf.wraplog.AbstractLogger.class net.sf.wraplog.Level.class net.sf.wraplog.Logger.class net.sf.wraplog.LoggingException.class net.sf.wraplog.NoneLogger.class net.sf.wraplog.SystemLogger.class
BrowserLauncher2-1.3.pom file content.
<?xml version="1.0"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>edu.stanford.ejalbert</groupId> <artifactId>BrowserLauncher2</artifactId> <version>1.3</version> <name>BrowserLauncher2</name> <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. </description> <url>http://browserlaunch2.sourceforge.net/</url> <licenses> <license> <name>GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</name> <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url> </license> </licenses> <scm> <connection>scm:cvs:pserver:anonymous@browserlaunch2.cvs.sourceforge.net:/cvsroot/browserlaunch2:login</connection> <url>http://browserlaunch2.cvs.sourceforge.net/browserlaunch2/</url> </scm> <developers> <developer> <name>Jeff Chapman</name> <email>sdvalidator@yahoo.com</email> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <sourceDirectory>${basedir}/source</sourceDirectory> <resources> <resource> <directory>${basedir}/deployment</directory> <targetPath>${project.build.directory}</targetPath> <includes> <include>COPYING.txt</include> <include>README.txt</include> </includes> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <excludes> <exclude>**/testing/**/*</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.3.1</version> <configuration> <archive> <manifestFile>${basedir}/deployment/manifest.mf</manifestFile> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jarsigner-plugin</artifactId> <version>1.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>edu.stanford.ejalbert</groupId> <artifactId>BrowserLauncher2</artifactId> <version>1.3</version> </dependency>
If you think the following BrowserLauncher2-1.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download BrowserLauncher2-1.3.jar file