"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/java/private/library.bzl" (17 Feb 2023, 245 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(
    2     "@contrib_rules_jvm//java:defs.bzl",
    3     _java_library = "java_library",
    4     _java_test = "java_test",
    5 )
    6 load(":export.bzl", _java_export = "java_export")
    7 
    8 java_export = _java_export
    9 java_library = _java_library
   10 java_test = _java_test