"Fossies" - the Fresh Open Source Software Archive 
Member "selenium-selenium-4.8.1/java/src/org/openqa/selenium/cli/BUILD.bazel" (17 Feb 2023, 314 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 load("//java:defs.bzl", "java_library")
2
3 java_library(
4 name = "cli",
5 srcs = glob(["*.java"]),
6 visibility = [
7 "//java/src/org/openqa/selenium/grid:__subpackages__",
8 ],
9 deps = [
10 "//java/src/org/openqa/selenium:core",
11 "//java/src/org/openqa/selenium/grid/config",
12 ],
13 )