The Selenium Server JAR is no longer actively pushed to Maven Central for every version as a "standalone" dependency. Instead, you should download the latest stable executable directly from the official sources:
org.seleniumhq.selenium selenium-java 4.43.0 Use code with caution. selenium server jar download maven
Once you have downloaded the selenium-server-4.x.x.jar , you can start a local Grid instance using a single command: Downloads - Selenium The Selenium Server JAR is no longer actively
While Maven typically manages individual language bindings (like selenium-java ), the is often downloaded as a standalone executable JAR to run hubs and nodes. 1. Download the Latest Selenium Server JAR 2. Maven Dependencies for Your Project
Add the following to your section in pom.xml :
: For specific versions or historical JARs, check the SeleniumHQ/selenium GitHub Releases . As of early 2026, version 4.43.0 is among the latest stable releases. 2. Maven Dependencies for Your Project