mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
9156 lines
260 KiB
Python
9156 lines
260 KiB
Python
load("@rules_java//java:defs.bzl", "java_library", "java_binary", "java_import")
|
|
load("@rules_kotlin//kotlin:kotlin.bzl", "kt_compiler_plugin")
|
|
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_import", "kt_jvm_library")
|
|
|
|
load("@bazel_skylib//rules:run_binary.bzl", "run_binary")
|
|
|
|
kt_compiler_plugin(
|
|
name = "kotlin-serialization-plugin",
|
|
id = "org.jetbrains.kotlin.kotlin-serialization-compiler-plugin",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
kt_compiler_plugin(
|
|
name = "rhizomedb-plugin",
|
|
id = "org.jetbrains.fleet.rhizomedb-compiler-plugin",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
kt_compiler_plugin(
|
|
name = "expects-plugin",
|
|
id = "jetbrains.fleet.expects-compiler-plugin",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
kt_compiler_plugin(
|
|
name = "rpc-plugin",
|
|
id = "com.jetbrains.fleet.rpc-compiler-plugin",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
kt_compiler_plugin(
|
|
name = "compose-plugin",
|
|
id = "org.jetbrains.kotlin.kotlin-compose-compiler-plugin",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_binary(
|
|
name = "manifest_updater",
|
|
srcs = ["ManifestUpdater.java"],
|
|
main_class = "org.jetbrains.intellij.build.ManifestUpdater",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
run_binary(
|
|
name = "kotlinx-collections-immutable-jvm-source",
|
|
tool = ":manifest_updater",
|
|
srcs = ["@kotlinx_collections_immutable_jvm_0_3_8_http//file"],
|
|
outs = ["kotlinx.collections.immutable.jvm.jar"],
|
|
args = [
|
|
"$(location @kotlinx_collections_immutable_jvm_0_3_8_http//file)",
|
|
"$(location :kotlinx.collections.immutable.jvm.jar)",
|
|
],
|
|
)
|
|
|
|
run_binary(
|
|
name = "bifurcan-source",
|
|
tool = ":manifest_updater",
|
|
srcs = ["@bifurcan_0_2_0_alpha6_http//file"],
|
|
outs = ["bifurcan.jar"],
|
|
args = [
|
|
"$(location @bifurcan_0_2_0_alpha6_http//file)",
|
|
"$(location :bifurcan.jar)",
|
|
],
|
|
)
|
|
|
|
kt_jvm_import(
|
|
name = "kotlinx-collections-immutable-jvm",
|
|
jar = "kotlinx.collections.immutable.jvm.jar",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
kt_jvm_import(
|
|
name = "bifurcan",
|
|
jar = "bifurcan.jar",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
### auto-generated section `local-libs` start
|
|
load("@rules_java//java:defs.bzl", "java_import", "java_library")
|
|
|
|
java_import(
|
|
name = "commons-httpclient-3-1-patched",
|
|
jars = ["commons-httpclient-3.1-patched.jar"],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_import(
|
|
name = "eawtstub",
|
|
jars = ["eawtstub.jar"],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "eawtstub-provided",
|
|
exports = [":eawtstub"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_import(
|
|
name = "ecj-4-25",
|
|
jars = ["ecj-4.25.jar"],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ecj-4-25-provided",
|
|
exports = [":ecj-4-25"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
### auto-generated section `local-libs` end
|
|
|
|
### auto-generated section `maven libs` start
|
|
load("@rules_java//java:defs.bzl", "java_library")
|
|
load("@rules_jvm//:jvm.bzl", "jvm_import")
|
|
|
|
java_library(
|
|
name = "aalto-xml",
|
|
exports = [
|
|
":aalto-xml-1_3_3_http_import",
|
|
":stax2-api-4_2_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aalto-xml-1_3_3_http_import",
|
|
jar = "@aalto-xml-1_3_3_http//file",
|
|
source_jar = "@aalto-xml-1_3_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "stax2-api-4_2_2_http_import",
|
|
jar = "@stax2-api-4_2_2_http//file",
|
|
source_jar = "@stax2-api-4_2_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "aalto-xml-provided",
|
|
exports = [":aalto-xml"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aapt-proto",
|
|
jar = "@aapt2-proto-8_1_0-10154469_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "android-adt-ui-compose-jetbrains-compose-ui-test-junit4-desktop",
|
|
exports = [
|
|
":ui-test-junit4-desktop-1_7_1_http_import",
|
|
":ui-test-desktop-1_7_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-test-junit4-desktop-1_7_1_http_import",
|
|
jar = "@ui-test-junit4-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-test-desktop-1_7_1_http_import",
|
|
jar = "@ui-test-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-adt-ui-compose-jetbrains-skiko-awt-runtime-all-0-8-18",
|
|
jar = "@skiko-awt-runtime-all-0_8_18_http//file",
|
|
source_jar = "@skiko-awt-runtime-all-0_8_18-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "android-adt-ui-compose-jewel-ide-laf-bridge-243",
|
|
exports = [
|
|
":jewel-ide-laf-bridge-243-0_27_0_http_import",
|
|
":jewel-ui-243-0_27_0_http_import",
|
|
":jewel-foundation-243-0_27_0_http_import",
|
|
":foundation-desktop-1_7_1_http_import",
|
|
":annotation-jvm-1_8_0_http_import",
|
|
":collection-jvm-1_4_0_http_import",
|
|
":animation-desktop-1_7_1_http_import",
|
|
":animation-core-desktop-1_7_1_http_import",
|
|
":ui-geometry-desktop-1_7_1_http_import",
|
|
":foundation-layout-desktop-1_7_1_http_import",
|
|
":ui-desktop-1_7_1_http_import",
|
|
":lifecycle-common-jvm-2_8_5_http_import",
|
|
":lifecycle-runtime-desktop-2_8_5_http_import",
|
|
":core-common-2_2_0_http_import",
|
|
":lifecycle-viewmodel-desktop-2_8_5_http_import",
|
|
":lifecycle-runtime-compose-desktop-2_8_4_http_import",
|
|
":annotation-1_8_0_http_import",
|
|
":runtime-saveable-desktop-1_7_1_http_import",
|
|
":ui-graphics-desktop-1_7_1_http_import",
|
|
":ui-unit-desktop-1_7_1_http_import",
|
|
":ui-text-desktop-1_7_1_http_import",
|
|
":ui-util-desktop-1_7_1_http_import",
|
|
":skiko-awt-0_8_18_http_import",
|
|
":components-resources-desktop-1_7_1_http_import",
|
|
":runtime-desktop-1_7_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jewel-ide-laf-bridge-243-0_27_0_http_import",
|
|
jar = "@jewel-ide-laf-bridge-243-0_27_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jewel-ui-243-0_27_0_http_import",
|
|
jar = "@jewel-ui-243-0_27_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jewel-foundation-243-0_27_0_http_import",
|
|
jar = "@jewel-foundation-243-0_27_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "foundation-desktop-1_7_1_http_import",
|
|
jar = "@foundation-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "annotation-jvm-1_8_0_http_import",
|
|
jar = "@annotation-jvm-1_8_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "collection-jvm-1_4_0_http_import",
|
|
jar = "@collection-jvm-1_4_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "animation-desktop-1_7_1_http_import",
|
|
jar = "@animation-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "animation-core-desktop-1_7_1_http_import",
|
|
jar = "@animation-core-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-geometry-desktop-1_7_1_http_import",
|
|
jar = "@ui-geometry-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "foundation-layout-desktop-1_7_1_http_import",
|
|
jar = "@foundation-layout-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-desktop-1_7_1_http_import",
|
|
jar = "@ui-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lifecycle-common-jvm-2_8_5_http_import",
|
|
jar = "@lifecycle-common-jvm-2_8_5_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lifecycle-runtime-desktop-2_8_5_http_import",
|
|
jar = "@lifecycle-runtime-desktop-2_8_5_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "core-common-2_2_0_http_import",
|
|
jar = "@core-common-2_2_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lifecycle-viewmodel-desktop-2_8_5_http_import",
|
|
jar = "@lifecycle-viewmodel-desktop-2_8_5_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lifecycle-runtime-compose-desktop-2_8_4_http_import",
|
|
jar = "@lifecycle-runtime-compose-desktop-2_8_4_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "annotation-1_8_0_http_import",
|
|
jar = "@annotation-1_8_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "runtime-saveable-desktop-1_7_1_http_import",
|
|
jar = "@runtime-saveable-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-graphics-desktop-1_7_1_http_import",
|
|
jar = "@ui-graphics-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-unit-desktop-1_7_1_http_import",
|
|
jar = "@ui-unit-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-text-desktop-1_7_1_http_import",
|
|
jar = "@ui-text-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-util-desktop-1_7_1_http_import",
|
|
jar = "@ui-util-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "skiko-awt-0_8_18_http_import",
|
|
jar = "@skiko-awt-0_8_18_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "components-resources-desktop-1_7_1_http_import",
|
|
jar = "@components-resources-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "runtime-desktop-1_7_1_http_import",
|
|
jar = "@runtime-desktop-1_7_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-adt-ui-compose-jewel-int-ui-standalone-243",
|
|
jar = "@jewel-int-ui-standalone-243-0_27_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "android-adt-ui-compose-jewel-markdown-ide-laf-bridge-styling-243",
|
|
exports = [
|
|
":jewel-markdown-ide-laf-bridge-styling-242-0_27_0_http_import",
|
|
":jewel-markdown-core-242-0_27_0_http_import",
|
|
":commonmark-0_24_0_http_import",
|
|
":jewel-ide-laf-bridge-242-0_27_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jewel-markdown-ide-laf-bridge-styling-242-0_27_0_http_import",
|
|
jar = "@jewel-markdown-ide-laf-bridge-styling-242-0_27_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jewel-markdown-core-242-0_27_0_http_import",
|
|
jar = "@jewel-markdown-core-242-0_27_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commonmark-0_24_0_http_import",
|
|
jar = "@commonmark-0_24_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jewel-ide-laf-bridge-242-0_27_0_http_import",
|
|
jar = "@jewel-ide-laf-bridge-242-0_27_0_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "android-adt-ui-compose-jewel-markdown-int-ui-standalone-styling-243",
|
|
exports = [
|
|
":jewel-markdown-int-ui-standalone-styling-243-0_27_0_http_import",
|
|
":jewel-markdown-core-243-0_27_0_http_import",
|
|
":commonmark-0_24_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jewel-markdown-int-ui-standalone-styling-243-0_27_0_http_import",
|
|
jar = "@jewel-markdown-int-ui-standalone-styling-243-0_27_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jewel-markdown-core-243-0_27_0_http_import",
|
|
jar = "@jewel-markdown-core-243-0_27_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-app-inspection-inspectors-backgroundtask-view-tests-background-inspector-proto",
|
|
jar = "@backgroundtask_inspector_java_proto-232_1_23_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-app-inspection-inspectors-backgroundtask-view-tests-workmanager-inspector-proto",
|
|
jar = "@workmanager_inspector_proto-232_1_23_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-app-inspection-inspectors-network-model-brotli-dec",
|
|
jar = "@dec-0_1_2_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "android-nav-editor-eclipse-layout-kernel",
|
|
exports = [
|
|
":org_eclipse_elk_alg_layered-0_3_0_http_import",
|
|
":org_eclipse_elk_core-0_3_0_http_import",
|
|
":org_eclipse_elk_graph-0_3_0_http_import",
|
|
":org_eclipse_emf_common-2_12_0_http_import",
|
|
":org_eclipse_emf_ecore-2_12_0_http_import",
|
|
":org_eclipse_elk_alg_common_compaction-0_3_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_elk_alg_layered-0_3_0_http_import",
|
|
jar = "@org_eclipse_elk_alg_layered-0_3_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_elk_core-0_3_0_http_import",
|
|
jar = "@org_eclipse_elk_core-0_3_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_elk_graph-0_3_0_http_import",
|
|
jar = "@org_eclipse_elk_graph-0_3_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_emf_common-2_12_0_http_import",
|
|
jar = "@org_eclipse_emf_common-2_12_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_emf_ecore-2_12_0_http_import",
|
|
jar = "@org_eclipse_emf_ecore-2_12_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_elk_alg_common_compaction-0_3_0_http_import",
|
|
jar = "@org_eclipse_elk_alg_common_compaction-0_3_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-profilers-ui-traceprocessor-protos",
|
|
jar = "@traceprocessor_protos-232_1_23_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-server-flags-libserver-flag-test-proto",
|
|
jar = "@libserver-flag-test-proto-232_1_23_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg",
|
|
jar = "@ffmpeg-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-javacpp",
|
|
jar = "@javacpp-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-linux-x64",
|
|
jar = "@ffmpeg-linux-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-macos-aarch64",
|
|
jar = "@ffmpeg-macosx-arm64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-macos-x64",
|
|
jar = "@ffmpeg-macosx-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-ffmpeg-windows-x64",
|
|
jar = "@ffmpeg-windows-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-javacpp-linux-x64",
|
|
jar = "@javacpp-linux-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-javacpp-macos-aarch64",
|
|
jar = "@javacpp-macosx-arm64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-javacpp-macos-x64",
|
|
jar = "@javacpp-macosx-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-javacpp-windows-x64",
|
|
jar = "@javacpp-windows-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg",
|
|
jar = "@ffmpeg-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-javacpp",
|
|
jar = "@javacpp-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-linux-x64",
|
|
jar = "@ffmpeg-linux-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-macos-aarch64",
|
|
jar = "@ffmpeg-macosx-arm64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-macos-x64",
|
|
jar = "@ffmpeg-macosx-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-ffmpeg-windows-x64",
|
|
jar = "@ffmpeg-windows-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-javacpp-linux-x64",
|
|
jar = "@javacpp-linux-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-javacpp-macos-aarch64",
|
|
jar = "@javacpp-macosx-arm64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-javacpp-macos-x64",
|
|
jar = "@javacpp-macosx-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-test_util-javacpp-windows-x64",
|
|
jar = "@javacpp-windows-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg",
|
|
jar = "@ffmpeg-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-javacpp",
|
|
jar = "@javacpp-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-linux-x64",
|
|
jar = "@ffmpeg-linux-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-macos-aarch64",
|
|
jar = "@ffmpeg-macosx-arm64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-macos-x64",
|
|
jar = "@ffmpeg-macosx-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-ffmpeg-windows-x64",
|
|
jar = "@ffmpeg-windows-x86_64-6_0-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-javacpp-linux-x64",
|
|
jar = "@javacpp-linux-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-javacpp-macos-aarch64",
|
|
jar = "@javacpp-macosx-arm64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-javacpp-macos-x64",
|
|
jar = "@javacpp-macosx-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-streaming-tests-javacpp-windows-x64",
|
|
jar = "@javacpp-windows-x86_64-1_5_9-189_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-tools-analytics-library-testing",
|
|
jar = "@testing-31_5_0-alpha08_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "android-tools-sdklib",
|
|
jar = "@sdklib-31_5_0-alpha08_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "apache-sshd-osgi",
|
|
jar = "@sshd-osgi-2_15_0_http//file",
|
|
source_jar = "@sshd-osgi-2_15_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "app-cash-turbine-jvm",
|
|
jar = "@turbine-jvm-1_0_0_http//file",
|
|
source_jar = "@turbine-jvm-1_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "app-cash-turbine-jvm-provided",
|
|
exports = [":app-cash-turbine-jvm"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm",
|
|
jar = "@asm-all-9_6_1_http//file",
|
|
source_jar = "@asm-all-9_6_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "asm-provided",
|
|
exports = [":asm"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "asm-tools",
|
|
exports = [
|
|
":asm-analysis-9_8_http_import",
|
|
":asm-tree-9_8_http_import",
|
|
":asm-9_8_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-analysis-9_8_http_import",
|
|
jar = "@asm-analysis-9_8_http//file",
|
|
source_jar = "@asm-analysis-9_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-tree-9_8_http_import",
|
|
jar = "@asm-tree-9_8_http//file",
|
|
source_jar = "@asm-tree-9_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-9_8_http_import",
|
|
jar = "@asm-9_8_http//file",
|
|
source_jar = "@asm-9_8-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "assert_j",
|
|
exports = [
|
|
":assertj-core-3_27_3_http_import",
|
|
":byte-buddy-1_15_11_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "assertj-core-3_27_3_http_import",
|
|
jar = "@assertj-core-3_27_3_http//file",
|
|
source_jar = "@assertj-core-3_27_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy-1_15_11_http_import",
|
|
jar = "@byte-buddy-1_15_11_http//file",
|
|
source_jar = "@byte-buddy-1_15_11-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "assertj-swing",
|
|
jar = "@assertj-swing-3_17_1_http//file",
|
|
source_jar = "@assertj-swing-3_17_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "automaton",
|
|
jar = "@automaton-1_12-4_http//file",
|
|
source_jar = "@automaton-1_12-4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "blockmap",
|
|
jar = "@blockmap-1_0_7_http//file",
|
|
source_jar = "@blockmap-1_0_7-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "bouncy-castle-pgp",
|
|
jar = "@bcpg-jdk18on-1_80_http//file",
|
|
source_jar = "@bcpg-jdk18on-1_80-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "bouncy-castle-provider",
|
|
exports = [
|
|
":bcpkix-jdk18on-1_80_http_import",
|
|
":bcutil-jdk18on-1_80_http_import",
|
|
":bcprov-jdk18on-1_80_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "bcpkix-jdk18on-1_80_http_import",
|
|
jar = "@bcpkix-jdk18on-1_80_http//file",
|
|
source_jar = "@bcpkix-jdk18on-1_80-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "bcutil-jdk18on-1_80_http_import",
|
|
jar = "@bcutil-jdk18on-1_80_http//file",
|
|
source_jar = "@bcutil-jdk18on-1_80-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "bcprov-jdk18on-1_80_http_import",
|
|
jar = "@bcprov-jdk18on-1_80_http//file",
|
|
source_jar = "@bcprov-jdk18on-1_80-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "caffeine",
|
|
jar = "@caffeine-3_2_0_http//file",
|
|
source_jar = "@caffeine-3_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "caffeine-provided",
|
|
exports = [":caffeine"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "classgraph",
|
|
jar = "@classgraph-4_8_179_http//file",
|
|
source_jar = "@classgraph-4_8_179-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cli-parser",
|
|
jar = "@cli-parser-1_1_6_http//file",
|
|
source_jar = "@cli-parser-1_1_6-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cli-parser-provided",
|
|
exports = [":cli-parser"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "clikt",
|
|
jar = "@clikt-jvm-3_5_4_http//file",
|
|
source_jar = "@clikt-jvm-3_5_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cloud-config-client",
|
|
jar = "@cloudconfig-2023_9_http//file",
|
|
source_jar = "@cloudconfig-2023_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com-jetbrains-fus-reporting-ap-validation",
|
|
jar = "@ap-validation-134_http//file",
|
|
source_jar = "@ap-validation-134-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com-jetbrains-fus-reporting-configuration",
|
|
jar = "@configuration-134_http//file",
|
|
source_jar = "@configuration-134-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com-jetbrains-fus-reporting-connection-client",
|
|
jar = "@connection-client-134_http//file",
|
|
source_jar = "@connection-client-134-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com-jetbrains-fus-reporting-model",
|
|
jar = "@model-134_http//file",
|
|
source_jar = "@model-134-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "com-jetbrains-fus-reporting-serialization-kotlin",
|
|
jar = "@serialization-kotlin-134_http//file",
|
|
source_jar = "@serialization-kotlin-134-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-cli",
|
|
jar = "@commons-cli-1_9_0_http//file",
|
|
source_jar = "@commons-cli-1_9_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-codec",
|
|
jar = "@commons-codec-1_18_0_http//file",
|
|
source_jar = "@commons-codec-1_18_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-compress",
|
|
jar = "@commons-compress-1_27_1_http//file",
|
|
source_jar = "@commons-compress-1_27_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-imaging",
|
|
jar = "@commons-imaging-1_0-RC-1_http//file",
|
|
source_jar = "@commons-imaging-1_0-RC-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-io",
|
|
jar = "@commons-io-2_18_0_http//file",
|
|
source_jar = "@commons-io-2_18_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-lang3",
|
|
jar = "@commons-lang3-3_17_0_http//file",
|
|
source_jar = "@commons-lang3-3_17_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-logging",
|
|
jar = "@commons-logging-1_2_http//file",
|
|
source_jar = "@commons-logging-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-text",
|
|
jar = "@commons-text-1_13_0_http//file",
|
|
source_jar = "@commons-text-1_13_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-cpp-exp",
|
|
jar = "@completion-ranking-cpp-0_1_5_http//file",
|
|
source_jar = "@completion-ranking-cpp-0_1_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-css-exp",
|
|
jar = "@completion-ranking-css-0_2_1_http//file",
|
|
source_jar = "@completion-ranking-css-0_2_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-dart-exp",
|
|
jar = "@completion-ranking-dart-0_0_2_http//file",
|
|
source_jar = "@completion-ranking-dart-0_0_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-go-exp",
|
|
jar = "@completion-ranking-go-0_2_4_http//file",
|
|
source_jar = "@completion-ranking-go-0_2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-html-exp",
|
|
jar = "@completion-ranking-html-0_0_1_http//file",
|
|
source_jar = "@completion-ranking-html-0_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-java-exp",
|
|
jar = "@completion-ranking-java-0_8_2_http//file",
|
|
source_jar = "@completion-ranking-java-0_8_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-java-exp2",
|
|
jar = "@completion-ranking-java-0_9_2_http//file",
|
|
source_jar = "@completion-ranking-java-0_9_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-js-exp",
|
|
jar = "@completion-ranking-js-0_3_0_http//file",
|
|
source_jar = "@completion-ranking-js-0_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-kotlin-exp",
|
|
jar = "@completion-ranking-kotlin-0_4_1_http//file",
|
|
source_jar = "@completion-ranking-kotlin-0_4_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-php-exp",
|
|
jar = "@completion-ranking-php-0_2_4_http//file",
|
|
source_jar = "@completion-ranking-php-0_2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-python-exp",
|
|
jar = "@completion-ranking-python-0_2_4_http//file",
|
|
source_jar = "@completion-ranking-python-0_2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-ruby-exp",
|
|
jar = "@completion-ranking-ruby-0_2_4_http//file",
|
|
source_jar = "@completion-ranking-ruby-0_2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-rust-exp",
|
|
jar = "@completion-ranking-rust-0_4_0_http//file",
|
|
source_jar = "@completion-ranking-rust-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-scala-exp",
|
|
jar = "@completion-ranking-scala-0_4_1_http//file",
|
|
source_jar = "@completion-ranking-scala-0_4_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-sh-exp",
|
|
jar = "@completion-ranking-sh-0_0_1_http//file",
|
|
source_jar = "@completion-ranking-sh-0_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-swift-exp",
|
|
jar = "@completion-ranking-swift-0_1_3_http//file",
|
|
source_jar = "@completion-ranking-swift-0_1_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "completion_ml_ranking_models-completion-ranking-typescript-exp",
|
|
jar = "@completion-ranking-typescript-0_4_0_http//file",
|
|
source_jar = "@completion-ranking-typescript-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-core-1",
|
|
exports = [
|
|
":cucumber-core-1_2_6_http_import",
|
|
":gherkin-2_12_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-core-1_2_6_http_import",
|
|
jar = "@cucumber-core-1_2_6_http//file",
|
|
source_jar = "@cucumber-core-1_2_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gherkin-2_12_2_http_import",
|
|
jar = "@gherkin-2_12_2_http//file",
|
|
source_jar = "@gherkin-2_12_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-core-1-provided",
|
|
exports = [":cucumber-core-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-core-2",
|
|
exports = [
|
|
":cucumber-core-2_4_0_http_import",
|
|
":cucumber-html-0_2_6_http_import",
|
|
":cucumber-jvm-deps-1_0_6_http_import",
|
|
":gherkin-5_0_0_http_import",
|
|
":tag-expressions-1_1_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-core-2_4_0_http_import",
|
|
jar = "@cucumber-core-2_4_0_http//file",
|
|
source_jar = "@cucumber-core-2_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-html-0_2_6_http_import",
|
|
jar = "@cucumber-html-0_2_6_http//file",
|
|
source_jar = "@cucumber-html-0_2_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-jvm-deps-1_0_6_http_import",
|
|
jar = "@cucumber-jvm-deps-1_0_6_http//file",
|
|
source_jar = "@cucumber-jvm-deps-1_0_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gherkin-5_0_0_http_import",
|
|
jar = "@gherkin-5_0_0_http//file",
|
|
source_jar = "@gherkin-5_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tag-expressions-1_1_1_http_import",
|
|
jar = "@tag-expressions-1_1_1_http//file",
|
|
source_jar = "@tag-expressions-1_1_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-core-2-provided",
|
|
exports = [":cucumber-core-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter3-cucumber-core-3-0-2",
|
|
exports = [
|
|
":cucumber-core-3_0_2_http_import",
|
|
":cucumber-html-0_2_7_http_import",
|
|
":gherkin-5_0_0_http_import",
|
|
":tag-expressions-1_1_1_http_import",
|
|
":cucumber-expressions-5_0_19_http_import",
|
|
":datatable-1_0_3_http_import",
|
|
":datatable-dependencies-1_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-core-3_0_2_http_import",
|
|
jar = "@cucumber-core-3_0_2_http//file",
|
|
source_jar = "@cucumber-core-3_0_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-html-0_2_7_http_import",
|
|
jar = "@cucumber-html-0_2_7_http//file",
|
|
source_jar = "@cucumber-html-0_2_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-expressions-5_0_19_http_import",
|
|
jar = "@cucumber-expressions-5_0_19_http//file",
|
|
source_jar = "@cucumber-expressions-5_0_19-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "datatable-1_0_3_http_import",
|
|
jar = "@datatable-1_0_3_http//file",
|
|
source_jar = "@datatable-1_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "datatable-dependencies-1_0_3_http_import",
|
|
jar = "@datatable-dependencies-1_0_3_http//file",
|
|
source_jar = "@datatable-dependencies-1_0_3-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter3-cucumber-core-3-0-2-provided",
|
|
exports = [":cucumber-jvm_formatter3-cucumber-core-3-0-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter4-cucumber-core-4-0-1",
|
|
exports = [
|
|
":cucumber-core-4_0_1_http_import",
|
|
":cucumber-html-0_2_7_http_import",
|
|
":gherkin-5_1_0_http_import",
|
|
":tag-expressions-1_1_1_http_import",
|
|
":cucumber-expressions-6_1_0_http_import",
|
|
":datatable-1_1_3_http_import",
|
|
":datatable-dependencies-1_1_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-core-4_0_1_http_import",
|
|
jar = "@cucumber-core-4_0_1_http//file",
|
|
source_jar = "@cucumber-core-4_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gherkin-5_1_0_http_import",
|
|
jar = "@gherkin-5_1_0_http//file",
|
|
source_jar = "@gherkin-5_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-expressions-6_1_0_http_import",
|
|
jar = "@cucumber-expressions-6_1_0_http//file",
|
|
source_jar = "@cucumber-expressions-6_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "datatable-1_1_3_http_import",
|
|
jar = "@datatable-1_1_3_http//file",
|
|
source_jar = "@datatable-1_1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "datatable-dependencies-1_1_3_http_import",
|
|
jar = "@datatable-dependencies-1_1_3_http//file",
|
|
source_jar = "@datatable-dependencies-1_1_3-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter4-cucumber-core-4-0-1-provided",
|
|
exports = [":cucumber-jvm_formatter4-cucumber-core-4-0-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter5-cucumber-java-5-0-0-_r_c1",
|
|
exports = [
|
|
":cucumber-java-5_0_0-RC1_http_import",
|
|
":cucumber-core-5_0_0-RC1_http_import",
|
|
":gherkin-5_2_0_http_import",
|
|
":gherkin-jvm-deps-1_0_6_http_import",
|
|
":tag-expressions-2_0_2_http_import",
|
|
":cucumber-expressions-8_0_0_http_import",
|
|
":hamcrest-core-2_1_http_import",
|
|
":hamcrest-2_1_http_import",
|
|
":hamcrest-library-2_1_http_import",
|
|
":datatable-3_0_0_http_import",
|
|
":datatable-dependencies-3_0_0_http_import",
|
|
":cucumber-plugin-5_0_0-RC1_http_import",
|
|
":docstring-5_0_0-RC1_http_import",
|
|
":apiguardian-api-1_1_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-java-5_0_0-RC1_http_import",
|
|
jar = "@cucumber-java-5_0_0-RC1_http//file",
|
|
source_jar = "@cucumber-java-5_0_0-RC1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-core-5_0_0-RC1_http_import",
|
|
jar = "@cucumber-core-5_0_0-RC1_http//file",
|
|
source_jar = "@cucumber-core-5_0_0-RC1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gherkin-5_2_0_http_import",
|
|
jar = "@gherkin-5_2_0_http//file",
|
|
source_jar = "@gherkin-5_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gherkin-jvm-deps-1_0_6_http_import",
|
|
jar = "@gherkin-jvm-deps-1_0_6_http//file",
|
|
source_jar = "@gherkin-jvm-deps-1_0_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tag-expressions-2_0_2_http_import",
|
|
jar = "@tag-expressions-2_0_2_http//file",
|
|
source_jar = "@tag-expressions-2_0_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-expressions-8_0_0_http_import",
|
|
jar = "@cucumber-expressions-8_0_0_http//file",
|
|
source_jar = "@cucumber-expressions-8_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "hamcrest-core-2_1_http_import",
|
|
jar = "@hamcrest-core-2_1_http//file",
|
|
source_jar = "@hamcrest-core-2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "hamcrest-2_1_http_import",
|
|
jar = "@hamcrest-2_1_http//file",
|
|
source_jar = "@hamcrest-2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "hamcrest-library-2_1_http_import",
|
|
jar = "@hamcrest-library-2_1_http//file",
|
|
source_jar = "@hamcrest-library-2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "datatable-3_0_0_http_import",
|
|
jar = "@datatable-3_0_0_http//file",
|
|
source_jar = "@datatable-3_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "datatable-dependencies-3_0_0_http_import",
|
|
jar = "@datatable-dependencies-3_0_0_http//file",
|
|
source_jar = "@datatable-dependencies-3_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-plugin-5_0_0-RC1_http_import",
|
|
jar = "@cucumber-plugin-5_0_0-RC1_http//file",
|
|
source_jar = "@cucumber-plugin-5_0_0-RC1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "docstring-5_0_0-RC1_http_import",
|
|
jar = "@docstring-5_0_0-RC1_http//file",
|
|
source_jar = "@docstring-5_0_0-RC1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "apiguardian-api-1_1_0_http_import",
|
|
jar = "@apiguardian-api-1_1_0_http//file",
|
|
source_jar = "@apiguardian-api-1_1_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "cucumber-jvm_formatter5-cucumber-java-5-0-0-_r_c1-provided",
|
|
exports = [":cucumber-jvm_formatter5-cucumber-java-5-0-0-_r_c1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cucumber-testing",
|
|
jar = "@cucumber-jvm-deps-1_0_5_http//file",
|
|
source_jar = "@cucumber-jvm-deps-1_0_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "de-cketti-unicode-kotlin-codepoints-jvm",
|
|
jar = "@kotlin-codepoints-jvm-0_9_0_http//file",
|
|
source_jar = "@kotlin-codepoints-jvm-0_9_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "devkit-runtime-module-repository-jps",
|
|
exports = [
|
|
":devkit-runtime-module-repository-jps-252_21158_http_import",
|
|
":runtime-repository-252_21158_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "devkit-runtime-module-repository-jps-252_21158_http_import",
|
|
jar = "@devkit-runtime-module-repository-jps-252_21158_http//file",
|
|
source_jar = "@devkit-runtime-module-repository-jps-252_21158-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "runtime-repository-252_21158_http_import",
|
|
jar = "@runtime-repository-252_21158_http//file",
|
|
source_jar = "@runtime-repository-252_21158-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "download-pgp-verifier",
|
|
jar = "@download-pgp-verifier-1_1_4_http//file",
|
|
source_jar = "@download-pgp-verifier-1_1_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "easymock",
|
|
jar = "@easymock-5_5_0_http//file",
|
|
source_jar = "@easymock-5_5_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ec4j-core",
|
|
jar = "@ec4j-core-0_3_0_http//file",
|
|
source_jar = "@ec4j-core-0_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "equalsverifier",
|
|
exports = [
|
|
":equalsverifier-3_16_1_http_import",
|
|
":objenesis-3_3_http_import",
|
|
":byte-buddy-1_14_13_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "equalsverifier-3_16_1_http_import",
|
|
jar = "@equalsverifier-3_16_1_http//file",
|
|
source_jar = "@equalsverifier-3_16_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "objenesis-3_3_http_import",
|
|
jar = "@objenesis-3_3_http//file",
|
|
source_jar = "@objenesis-3_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy-1_14_13_http_import",
|
|
jar = "@byte-buddy-1_14_13_http//file",
|
|
source_jar = "@byte-buddy-1_14_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "execution-process-mediator-client-grpc-inprocess",
|
|
jar = "@grpc-inprocess-1_65_1_http//file",
|
|
source_jar = "@grpc-inprocess-1_65_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "execution-process-mediator-common-com-willowtreeapps-assertk-assertk-jvm",
|
|
exports = [
|
|
":assertk-jvm-0_23_http_import",
|
|
":opentest4k-jvm-1_2_1_http_import",
|
|
":opentest4j-1_2_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "assertk-jvm-0_23_http_import",
|
|
jar = "@assertk-jvm-0_23_http//file",
|
|
source_jar = "@assertk-jvm-0_23-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentest4k-jvm-1_2_1_http_import",
|
|
jar = "@opentest4k-jvm-1_2_1_http//file",
|
|
source_jar = "@opentest4k-jvm-1_2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentest4j-1_2_0_http_import",
|
|
jar = "@opentest4j-1_2_0_http//file",
|
|
source_jar = "@opentest4j-1_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "expects-compiler-plugin",
|
|
jar = "@expects-compiler-plugin-2_2_0-RC2-0_1_http//file",
|
|
source_jar = "@expects-compiler-plugin-2_2_0-RC2-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fastutil-min",
|
|
jar = "@intellij-deps-fastutil-8_5_15-jb1_http//file",
|
|
source_jar = "@intellij-deps-fastutil-8_5_15-jb1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "fastutil-min-provided",
|
|
exports = [":fastutil-min"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "file_prediction-file-prediction-model",
|
|
jar = "@file-prediction-model-0_3_0_http//file",
|
|
source_jar = "@file-prediction-model-0_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "git-learning-project",
|
|
jar = "@git-learning-project-212_0_2_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "google-baksmali",
|
|
exports = [
|
|
":smali-baksmali-3_0_3_http_import",
|
|
":smali-util-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "smali-baksmali-3_0_3_http_import",
|
|
jar = "@smali-baksmali-3_0_3_http//file",
|
|
source_jar = "@smali-baksmali-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "smali-util-3_0_3_http_import",
|
|
jar = "@smali-util-3_0_3_http//file",
|
|
source_jar = "@smali-util-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "google-dexlib2",
|
|
jar = "@smali-dexlib2-3_0_3_http//file",
|
|
source_jar = "@smali-dexlib2-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "google-protobuf-java-util",
|
|
jar = "@protobuf-java-util-3_24_4-jb_2_http//file",
|
|
source_jar = "@protobuf-java-util-3_24_4-jb_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "googlecode-plist-dd",
|
|
jar = "@dd-plist-1_28_http//file",
|
|
source_jar = "@dd-plist-1_28-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gradle",
|
|
jar = "@gradle-api-8_14_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gradle-jps-ant",
|
|
jar = "@ant-1_10_15_http//file",
|
|
source_jar = "@ant-1_10_15-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gradle-tooling_extension-tests-io-github-classgraph-classgraph-4-8-87",
|
|
jar = "@classgraph-4_8_87_http//file",
|
|
source_jar = "@classgraph-4_8_87-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "gradle-tooling_extension-tests-org-jeasy-easy-random-core-4-2-0",
|
|
exports = [
|
|
":easy-random-core-4_2_0_http_import",
|
|
":objenesis-3_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "easy-random-core-4_2_0_http_import",
|
|
jar = "@easy-random-core-4_2_0_http//file",
|
|
source_jar = "@easy-random-core-4_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "objenesis-3_1_http_import",
|
|
jar = "@objenesis-3_1_http//file",
|
|
source_jar = "@objenesis-3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-com-carrotsearch-hppc",
|
|
jar = "@hppc-0_9_1_http//file",
|
|
source_jar = "@hppc-0_9_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-com-hankcs-aho-corasick-double-array-trie",
|
|
jar = "@aho-corasick-double-array-trie-1_2_3_http//file",
|
|
source_jar = "@aho-corasick-double-array-trie-1_2_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-com-vdurmont-emoji-java",
|
|
jar = "@emoji-java-5_1_1_http//file",
|
|
source_jar = "@emoji-java-5_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-javax-measure-unit-api-1-0",
|
|
jar = "@unit-api-1_0_http//file",
|
|
source_jar = "@unit-api-1_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-net-loomchild-segment-2-0-1",
|
|
jar = "@segment-2_0_3_http//file",
|
|
source_jar = "@segment-2_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-carrot2-morfologik-fsa",
|
|
jar = "@morfologik-fsa-2_1_9_http//file",
|
|
source_jar = "@morfologik-fsa-2_1_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-carrot2-morfologik-fsa-builders",
|
|
jar = "@morfologik-fsa-builders-2_1_9_http//file",
|
|
source_jar = "@morfologik-fsa-builders-2_1_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-carrot2-morfologik-speller",
|
|
jar = "@morfologik-speller-2_1_9_http//file",
|
|
source_jar = "@morfologik-speller-2_1_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-carrot2-morfologik-stemming",
|
|
jar = "@morfologik-stemming-2_1_9_http//file",
|
|
source_jar = "@morfologik-stemming-2_1_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-core-org-jetbrains-intellij-deps-languagetool-language-en",
|
|
exports = [
|
|
":language-en-6_5_0_12_http_import",
|
|
":english-pos-dict-0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "language-en-6_5_0_12_http_import",
|
|
jar = "@language-en-6_5_0_12_http//file",
|
|
source_jar = "@language-en-6_5_0_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "english-pos-dict-0_3_http_import",
|
|
jar = "@english-pos-dict-0_3_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-core-org-jetbrains-intellij-deps-languagetool-languagetool-core",
|
|
exports = [
|
|
":languagetool-core-6_5_0_12_http_import",
|
|
":openregex-1_1_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "languagetool-core-6_5_0_12_http_import",
|
|
jar = "@languagetool-core-6_5_0_12_http//file",
|
|
source_jar = "@languagetool-core-6_5_0_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "openregex-1_1_1_http_import",
|
|
jar = "@openregex-1_1_1_http//file",
|
|
source_jar = "@openregex-1_1_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-org-json-json",
|
|
jar = "@json-20240205_http//file",
|
|
source_jar = "@json-20240205-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-tech-units-indriya-1-3",
|
|
jar = "@indriya-1_3_http//file",
|
|
source_jar = "@indriya-1_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-core-tech-uom-lib-uom-lib-common-1-1",
|
|
jar = "@uom-lib-common-1_1_http//file",
|
|
source_jar = "@uom-lib-common-1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-language-de",
|
|
exports = [
|
|
":language-de-6_5_0_12_http_import",
|
|
":german-pos-dict-1_2_4_http_import",
|
|
":jwordsplitter-4_7_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "language-de-6_5_0_12_http_import",
|
|
jar = "@language-de-6_5_0_12_http//file",
|
|
source_jar = "@language-de-6_5_0_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "german-pos-dict-1_2_4_http_import",
|
|
jar = "@german-pos-dict-1_2_4_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jwordsplitter-4_7_http_import",
|
|
jar = "@jwordsplitter-4_7_http//file",
|
|
source_jar = "@jwordsplitter-4_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-language-it",
|
|
jar = "@language-it-6_5_0_12_http//file",
|
|
source_jar = "@language-it-6_5_0_12-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-language-pt",
|
|
jar = "@language-pt-6_5_0_12_http//file",
|
|
source_jar = "@language-pt-6_5_0_12-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-language-ru",
|
|
jar = "@language-ru-6_5_0_12_http//file",
|
|
source_jar = "@language-ru-6_5_0_12-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grazie-tests-org-jetbrains-intellij-deps-languagetool-languagetool-core",
|
|
exports = [
|
|
":languagetool-core-6_5_0_12_http_import",
|
|
":openregex-1_1_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grazie-tests-org-languagetool-portuguese-pos-dict",
|
|
jar = "@portuguese-pos-dict-1_2_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "groovy-spock-rt-spockframework-spock-core",
|
|
exports = [
|
|
":spock-core-2_1-groovy-3_0_http_import",
|
|
":junit-platform-engine-1_8_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "spock-core-2_1-groovy-3_0_http_import",
|
|
jar = "@spock-core-2_1-groovy-3_0_http//file",
|
|
source_jar = "@spock-core-2_1-groovy-3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-platform-engine-1_8_1_http_import",
|
|
jar = "@junit-platform-engine-1_8_1_http//file",
|
|
source_jar = "@junit-platform-engine-1_8_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "groovy-spock-rt-spockframework-spock-core-provided",
|
|
exports = [":groovy-spock-rt-spockframework-spock-core"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grpc-core",
|
|
exports = [
|
|
":grpc-core-1_73_0_http_import",
|
|
":grpc-api-1_73_0_http_import",
|
|
":annotations-4_1_1_4_http_import",
|
|
":animal-sniffer-annotations-1_24_http_import",
|
|
":perfmark-api-0_27_0_http_import",
|
|
":grpc-context-1_73_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-core-1_73_0_http_import",
|
|
jar = "@grpc-core-1_73_0_http//file",
|
|
source_jar = "@grpc-core-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-api-1_73_0_http_import",
|
|
jar = "@grpc-api-1_73_0_http//file",
|
|
source_jar = "@grpc-api-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "annotations-4_1_1_4_http_import",
|
|
jar = "@annotations-4_1_1_4_http//file",
|
|
source_jar = "@annotations-4_1_1_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "animal-sniffer-annotations-1_24_http_import",
|
|
jar = "@animal-sniffer-annotations-1_24_http//file",
|
|
source_jar = "@animal-sniffer-annotations-1_24-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "perfmark-api-0_27_0_http_import",
|
|
jar = "@perfmark-api-0_27_0_http//file",
|
|
source_jar = "@perfmark-api-0_27_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-context-1_73_0_http_import",
|
|
jar = "@grpc-context-1_73_0_http//file",
|
|
source_jar = "@grpc-context-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-kotlin-stub",
|
|
jar = "@grpc-kotlin-stub-1_4_3_http//file",
|
|
source_jar = "@grpc-kotlin-stub-1_4_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "grpc-netty-shaded",
|
|
exports = [
|
|
":grpc-netty-shaded-1_73_0_http_import",
|
|
":grpc-util-1_73_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-netty-shaded-1_73_0_http_import",
|
|
jar = "@grpc-netty-shaded-1_73_0_http//file",
|
|
source_jar = "@grpc-netty-shaded-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-util-1_73_0_http_import",
|
|
jar = "@grpc-util-1_73_0_http//file",
|
|
source_jar = "@grpc-util-1_73_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "grpc-protobuf",
|
|
exports = [
|
|
":grpc-protobuf-1_73_0_http_import",
|
|
":proto-google-common-protos-2_51_0_http_import",
|
|
":grpc-protobuf-lite-1_73_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-protobuf-1_73_0_http_import",
|
|
jar = "@grpc-protobuf-1_73_0_http//file",
|
|
source_jar = "@grpc-protobuf-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "proto-google-common-protos-2_51_0_http_import",
|
|
jar = "@proto-google-common-protos-2_51_0_http//file",
|
|
source_jar = "@proto-google-common-protos-2_51_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-protobuf-lite-1_73_0_http_import",
|
|
jar = "@grpc-protobuf-lite-1_73_0_http//file",
|
|
source_jar = "@grpc-protobuf-lite-1_73_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "grpc-stub",
|
|
jar = "@grpc-stub-1_73_0_http//file",
|
|
source_jar = "@grpc-stub-1_73_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gson",
|
|
jar = "@gson-2_13_1_http//file",
|
|
source_jar = "@gson-2_13_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "gson-provided",
|
|
exports = [":gson"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "guava",
|
|
exports = [
|
|
":guava-33_4_8-jre_http_import",
|
|
":failureaccess-1_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guava-33_4_8-jre_http_import",
|
|
jar = "@guava-33_4_8-jre_http//file",
|
|
source_jar = "@guava-33_4_8-jre-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "failureaccess-1_0_3_http_import",
|
|
jar = "@failureaccess-1_0_3_http//file",
|
|
source_jar = "@failureaccess-1_0_3-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "guava-provided",
|
|
exports = [":guava"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guava-testlib",
|
|
jar = "@guava-testlib-33_0_0-jre_http//file",
|
|
source_jar = "@guava-testlib-33_0_0-jre-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "hamcrest",
|
|
jar = "@hamcrest-2_2_http//file",
|
|
source_jar = "@hamcrest-2_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "hash4j",
|
|
jar = "@hash4j-0_22_0_http//file",
|
|
source_jar = "@hash4j-0_22_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "hdr_histogram",
|
|
jar = "@HdrHistogram-2_2_2_http//file",
|
|
source_jar = "@HdrHistogram-2_2_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "http-client",
|
|
exports = [
|
|
":httpmime-4_5_14_http_import",
|
|
":httpclient-4_5_14_http_import",
|
|
":httpcore-4_4_16_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "httpmime-4_5_14_http_import",
|
|
jar = "@httpmime-4_5_14_http//file",
|
|
source_jar = "@httpmime-4_5_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "httpclient-4_5_14_http_import",
|
|
jar = "@httpclient-4_5_14_http//file",
|
|
source_jar = "@httpclient-4_5_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "httpcore-4_4_16_http_import",
|
|
jar = "@httpcore-4_4_16_http//file",
|
|
source_jar = "@httpcore-4_4_16-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "http-client-provided",
|
|
exports = [":http-client"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "icu4j",
|
|
jar = "@icu4j-77_1_http//file",
|
|
source_jar = "@icu4j-77_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "idea-community-customization-tips-idea-ce",
|
|
jar = "@tips-intellij-idea-community-241_62_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "imgscalr",
|
|
jar = "@imgscalr-lib-4_2_http//file",
|
|
source_jar = "@imgscalr-lib-4_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ini4j",
|
|
jar = "@ini4j-0_5_5-2_http//file",
|
|
source_jar = "@ini4j-0_5_5-2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "intellij-plugin-structure",
|
|
exports = [
|
|
":structure-intellij-3_307_http_import",
|
|
":structure-base-3_307_http_import",
|
|
":evo-inflector-1_3_http_import",
|
|
":jdom2-2_0_6_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "structure-intellij-3_307_http_import",
|
|
jar = "@structure-intellij-3_307_http//file",
|
|
source_jar = "@structure-intellij-3_307-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "structure-base-3_307_http_import",
|
|
jar = "@structure-base-3_307_http//file",
|
|
source_jar = "@structure-base-3_307-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "evo-inflector-1_3_http_import",
|
|
jar = "@evo-inflector-1_3_http//file",
|
|
source_jar = "@evo-inflector-1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jdom2-2_0_6_1_http_import",
|
|
jar = "@jdom2-2_0_6_1_http//file",
|
|
source_jar = "@jdom2-2_0_6_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "intellij-test-discovery",
|
|
jar = "@intellij-test-discovery-agent-1_0_763_http//file",
|
|
source_jar = "@intellij-test-discovery-agent-1_0_763-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-oshai-kotlin-logging-jvm",
|
|
jar = "@kotlin-logging-jvm-7_0_3_http//file",
|
|
source_jar = "@kotlin-logging-jvm-7_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-smiley4-schema-kenerator-core",
|
|
jar = "@schema-kenerator-core-2_1_2_http//file",
|
|
source_jar = "@schema-kenerator-core-2_1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-smiley4-schema-kenerator-jsonschema",
|
|
jar = "@schema-kenerator-jsonschema-2_1_2_http//file",
|
|
source_jar = "@schema-kenerator-jsonschema-2_1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-smiley4-schema-kenerator-serialization",
|
|
jar = "@schema-kenerator-serialization-2_1_2_http//file",
|
|
source_jar = "@schema-kenerator-serialization-2_1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-github-z4kn4fein-semver-jvm",
|
|
jar = "@semver-jvm-2_0_0_http//file",
|
|
source_jar = "@semver-jvm-2_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-ktor-utils",
|
|
jar = "@ktor-utils-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-utils-jvm-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "io-mockk",
|
|
exports = [
|
|
":mockk-1_13_12_http_import",
|
|
":mockk-dsl-1_13_12_http_import",
|
|
":mockk-agent-1_13_12_http_import",
|
|
":mockk-agent-api-1_13_12_http_import",
|
|
":mockk-core-1_13_12_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-1_13_12_http_import",
|
|
jar = "@mockk-1_13_12_http//file",
|
|
source_jar = "@mockk-1_13_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-dsl-1_13_12_http_import",
|
|
jar = "@mockk-dsl-1_13_12_http//file",
|
|
source_jar = "@mockk-dsl-1_13_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-agent-1_13_12_http_import",
|
|
jar = "@mockk-agent-1_13_12_http//file",
|
|
source_jar = "@mockk-agent-1_13_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-agent-api-1_13_12_http_import",
|
|
jar = "@mockk-agent-api-1_13_12_http//file",
|
|
source_jar = "@mockk-agent-api-1_13_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-core-1_13_12_http_import",
|
|
jar = "@mockk-core-1_13_12_http//file",
|
|
source_jar = "@mockk-core-1_13_12-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "io-mockk-jvm",
|
|
exports = [
|
|
":mockk-jvm-1_13_12_http_import",
|
|
":mockk-dsl-jvm-1_13_12_http_import",
|
|
":mockk-agent-jvm-1_13_12_http_import",
|
|
":mockk-agent-api-jvm-1_13_12_http_import",
|
|
":mockk-core-jvm-1_13_12_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-jvm-1_13_12_http_import",
|
|
jar = "@mockk-jvm-1_13_12_http//file",
|
|
source_jar = "@mockk-jvm-1_13_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-dsl-jvm-1_13_12_http_import",
|
|
jar = "@mockk-dsl-jvm-1_13_12_http//file",
|
|
source_jar = "@mockk-dsl-jvm-1_13_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-agent-jvm-1_13_12_http_import",
|
|
jar = "@mockk-agent-jvm-1_13_12_http//file",
|
|
source_jar = "@mockk-agent-jvm-1_13_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-agent-api-jvm-1_13_12_http_import",
|
|
jar = "@mockk-agent-api-jvm-1_13_12_http//file",
|
|
source_jar = "@mockk-agent-api-jvm-1_13_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockk-core-jvm-1_13_12_http_import",
|
|
jar = "@mockk-core-jvm-1_13_12_http//file",
|
|
source_jar = "@mockk-core-jvm-1_13_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-modelcontextprotocol-kotlin-sdk",
|
|
jar = "@kotlin-sdk-jvm-0_5_0_http//file",
|
|
source_jar = "@kotlin-sdk-jvm-0_5_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "io-opentelemetry-sdk-extension-autoconfigure-spi",
|
|
jar = "@opentelemetry-sdk-extension-autoconfigure-spi-1_45_0_http//file",
|
|
source_jar = "@opentelemetry-sdk-extension-autoconfigure-spi-1_45_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "io-opentelemetry-sdk-extension-autoconfigure-spi-provided",
|
|
exports = [":io-opentelemetry-sdk-extension-autoconfigure-spi"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ion",
|
|
jar = "@ion-java-1_11_10_http//file",
|
|
source_jar = "@ion-java-1_11_10-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson",
|
|
jar = "@jackson-core-2_19_0_http//file",
|
|
source_jar = "@jackson-core-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jackson-provided",
|
|
exports = [":jackson"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jackson-databind",
|
|
exports = [
|
|
":jackson-databind-2_19_0_http_import",
|
|
":jackson-annotations-2_19_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-databind-2_19_0_http_import",
|
|
jar = "@jackson-databind-2_19_0_http//file",
|
|
source_jar = "@jackson-databind-2_19_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-annotations-2_19_0_http_import",
|
|
jar = "@jackson-annotations-2_19_0_http//file",
|
|
source_jar = "@jackson-annotations-2_19_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "jackson-databind-provided",
|
|
exports = [":jackson-databind"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-dataformat-toml",
|
|
jar = "@jackson-dataformat-toml-2_19_0_http//file",
|
|
source_jar = "@jackson-dataformat-toml-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-dataformat-yaml",
|
|
jar = "@jackson-dataformat-yaml-2_19_0_http//file",
|
|
source_jar = "@jackson-dataformat-yaml-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jackson-datatype-joda",
|
|
exports = [
|
|
":jackson-datatype-joda-2_19_0_http_import",
|
|
":joda-time-2_12_7_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-datatype-joda-2_19_0_http_import",
|
|
jar = "@jackson-datatype-joda-2_19_0_http//file",
|
|
source_jar = "@jackson-datatype-joda-2_19_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "joda-time-2_12_7_http_import",
|
|
jar = "@joda-time-2_12_7_http//file",
|
|
source_jar = "@joda-time-2_12_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-jr-objects",
|
|
jar = "@jackson-jr-objects-2_19_0_http//file",
|
|
source_jar = "@jackson-jr-objects-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-module-kotlin",
|
|
jar = "@jackson-module-kotlin-2_19_0_http//file",
|
|
source_jar = "@jackson-module-kotlin-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-aether_dependency_resolver-org-apache-maven-resolver-maven-resolver-connector-basic",
|
|
jar = "@maven-resolver-connector-basic-1_9_22_http//file",
|
|
source_jar = "@maven-resolver-connector-basic-1_9_22-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-aether_dependency_resolver-org-apache-maven-resolver-maven-resolver-transport-file",
|
|
jar = "@maven-resolver-transport-file-1_9_22_http//file",
|
|
source_jar = "@maven-resolver-transport-file-1_9_22-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-aether_dependency_resolver-org-apache-maven-resolver-maven-resolver-transport-http",
|
|
jar = "@maven-resolver-transport-http-1_9_22_http//file",
|
|
source_jar = "@maven-resolver-transport-http-1_9_22-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "java-coverage-_ja_co_co",
|
|
exports = [
|
|
":org_jacoco_ant-0_8_13_http_import",
|
|
":org_jacoco_core-0_8_13_http_import",
|
|
":asm-9_8_http_import",
|
|
":asm-commons-9_8_http_import",
|
|
":asm-tree-9_8_http_import",
|
|
":org_jacoco_report-0_8_13_http_import",
|
|
":org_jacoco_agent-0_8_13_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jacoco_ant-0_8_13_http_import",
|
|
jar = "@org_jacoco_ant-0_8_13_http//file",
|
|
source_jar = "@org_jacoco_ant-0_8_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jacoco_core-0_8_13_http_import",
|
|
jar = "@org_jacoco_core-0_8_13_http//file",
|
|
source_jar = "@org_jacoco_core-0_8_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-commons-9_8_http_import",
|
|
jar = "@asm-commons-9_8_http//file",
|
|
source_jar = "@asm-commons-9_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jacoco_report-0_8_13_http_import",
|
|
jar = "@org_jacoco_report-0_8_13_http//file",
|
|
source_jar = "@org_jacoco_report-0_8_13-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_jacoco_agent-0_8_13_http_import",
|
|
jar = "@org_jacoco_agent-0_8_13_http//file",
|
|
source_jar = "@org_jacoco_agent-0_8_13-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "java-coverage-coverage-report",
|
|
exports = [
|
|
":coverage-report-1_0_25_http_import",
|
|
":freemarker-2_3_32_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "coverage-report-1_0_25_http_import",
|
|
jar = "@coverage-report-1_0_25_http//file",
|
|
source_jar = "@coverage-report-1_0_25-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "freemarker-2_3_32_http_import",
|
|
jar = "@freemarker-2_3_32_http//file",
|
|
source_jar = "@freemarker-2_3_32-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-debugger-agent-holder-debugger-agent",
|
|
jar = "@debugger-agent-1_53_http//file",
|
|
source_jar = "@debugger-agent-1_53-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-debugger-impl-sa-jdwp",
|
|
jar = "@sa-jdwp-1_24_http//file",
|
|
source_jar = "@sa-jdwp-1_24-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-debugger-memory-agent-debugger-memory-agent",
|
|
jar = "@debugger-memory-agent-1_0_51_http//file",
|
|
source_jar = "@debugger-memory-agent-1_0_51-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-impl-completion-ranking-java",
|
|
jar = "@completion-ranking-java-0_9_3_http//file",
|
|
source_jar = "@completion-ranking-java-0_9_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "java-rt-ant-1-7-1",
|
|
exports = [
|
|
":ant-1_7_1_http_import",
|
|
":ant-launcher-1_7_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ant-1_7_1_http_import",
|
|
jar = "@ant-1_7_1_http//file",
|
|
source_jar = "@ant-1_7_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ant-launcher-1_7_1_http_import",
|
|
jar = "@ant-launcher-1_7_1_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "java-rt-ant-1-7-1-provided",
|
|
exports = [":java-rt-ant-1-7-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java_compatibility",
|
|
jar = "@java-compatibility-1_0_1_http//file",
|
|
source_jar = "@java-compatibility-1_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java_f_x-scene_builder-_scene_builder_kit11",
|
|
jar = "@scenebuilderkit-11_0_5_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "java_f_x-scene_builder-_scene_builder_kit11-provided",
|
|
exports = [":java_f_x-scene_builder-_scene_builder_kit11"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javapoet",
|
|
jar = "@javapoet-1_13_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax-activation",
|
|
jar = "@javax_activation-1_2_0_http//file",
|
|
source_jar = "@javax_activation-1_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax-annotation-api",
|
|
jar = "@javax_annotation-api-1_3_2_http//file",
|
|
source_jar = "@javax_annotation-api-1_3_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax-inject",
|
|
jar = "@javax_inject-1_http//file",
|
|
source_jar = "@javax_inject-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "javax-inject-provided",
|
|
exports = [":javax-inject"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jaxb-api",
|
|
jar = "@jaxb-api-2_3_1_http//file",
|
|
source_jar = "@jaxb-api-2_3_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jaxb-runtime",
|
|
exports = [
|
|
":jaxb-runtime-2_3_9_http_import",
|
|
":txw2-2_3_9_http_import",
|
|
":istack-commons-runtime-3_0_12_http_import",
|
|
":jakarta_activation-1_2_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jaxb-runtime-2_3_9_http_import",
|
|
jar = "@jaxb-runtime-2_3_9_http//file",
|
|
source_jar = "@jaxb-runtime-2_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "txw2-2_3_9_http_import",
|
|
jar = "@txw2-2_3_9_http//file",
|
|
source_jar = "@txw2-2_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "istack-commons-runtime-3_0_12_http_import",
|
|
jar = "@istack-commons-runtime-3_0_12_http//file",
|
|
source_jar = "@istack-commons-runtime-3_0_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jakarta_activation-1_2_2_http_import",
|
|
jar = "@jakarta_activation-1_2_2_http//file",
|
|
source_jar = "@jakarta_activation-1_2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jaxen",
|
|
jar = "@jaxen-1_2_0_http//file",
|
|
source_jar = "@jaxen-1_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jb-jdi",
|
|
jar = "@jb-jdi-2_42_http//file",
|
|
source_jar = "@jb-jdi-2_42-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jbr-api",
|
|
jar = "@jbr-api-1_5_0_http//file",
|
|
source_jar = "@jbr-api-1_5_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jcef",
|
|
jar = "@jcef-122_1_9-gd14e051-chromium-122_0_6261_94-api-1_18-251-b27_http//file",
|
|
source_jar = "@jcef-122_1_9-gd14e051-chromium-122_0_6261_94-api-1_18-251-b27-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jcef-provided",
|
|
exports = [":jcef"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jcip",
|
|
jar = "@jcip-annotations-1_0_http//file",
|
|
source_jar = "@jcip-annotations-1_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jediterm-core",
|
|
jar = "@jediterm-core-3_54_http//file",
|
|
source_jar = "@jediterm-core-3_54-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jediterm-ui",
|
|
jar = "@jediterm-ui-3_54_http//file",
|
|
source_jar = "@jediterm-ui-3_54-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jet_check",
|
|
jar = "@jetCheck-0_2_2_http//file",
|
|
source_jar = "@jetCheck-0_2_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-annotations",
|
|
jar = "@annotations-26_0_2_http//file",
|
|
source_jar = "@annotations-26_0_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jetbrains-annotations-provided",
|
|
exports = [":jetbrains-annotations"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-annotations-java5",
|
|
jar = "@annotations-java5-24_0_0_http//file",
|
|
source_jar = "@annotations-java5-24_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jetbrains-intellij-deps-eclipse-jgit",
|
|
exports = [
|
|
":org_eclipse_jgit-6_6_1_202309021850-r-jb-202407181518_http_import",
|
|
":JavaEWAH-1_2_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_jgit-6_6_1_202309021850-r-jb-202407181518_http_import",
|
|
jar = "@org_eclipse_jgit-6_6_1_202309021850-r-jb-202407181518_http//file",
|
|
source_jar = "@org_eclipse_jgit-6_6_1_202309021850-r-jb-202407181518-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "JavaEWAH-1_2_3_http_import",
|
|
jar = "@JavaEWAH-1_2_3_http//file",
|
|
source_jar = "@JavaEWAH-1_2_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-intellij-deps-rwmutex-idea",
|
|
jar = "@rwmutex-idea-0_0_8_http//file",
|
|
source_jar = "@rwmutex-idea-0_0_8-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-kotlin-compose-compiler-plugin",
|
|
jar = "@kotlin-compose-compiler-plugin-2_2_0-RC2_http//file",
|
|
source_jar = "@kotlin-compose-compiler-plugin-2_2_0-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jetbrains-kotlinx-lincheck-jvm",
|
|
exports = [
|
|
":lincheck-jvm-2_33_http_import",
|
|
":kotlin-reflect-1_9_21_http_import",
|
|
":asm-commons-9_6_http_import",
|
|
":asm-9_6_http_import",
|
|
":asm-tree-9_6_http_import",
|
|
":asm-util-9_6_http_import",
|
|
":asm-analysis-9_6_http_import",
|
|
":byte-buddy-1_14_12_http_import",
|
|
":byte-buddy-agent-1_14_12_http_import",
|
|
":atomicfu-jvm-0_20_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lincheck-jvm-2_33_http_import",
|
|
jar = "@lincheck-jvm-2_33_http//file",
|
|
source_jar = "@lincheck-jvm-2_33-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-reflect-1_9_21_http_import",
|
|
jar = "@kotlin-reflect-1_9_21_http//file",
|
|
source_jar = "@kotlin-reflect-1_9_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-commons-9_6_http_import",
|
|
jar = "@asm-commons-9_6_http//file",
|
|
source_jar = "@asm-commons-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-9_6_http_import",
|
|
jar = "@asm-9_6_http//file",
|
|
source_jar = "@asm-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-tree-9_6_http_import",
|
|
jar = "@asm-tree-9_6_http//file",
|
|
source_jar = "@asm-tree-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-util-9_6_http_import",
|
|
jar = "@asm-util-9_6_http//file",
|
|
source_jar = "@asm-util-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-analysis-9_6_http_import",
|
|
jar = "@asm-analysis-9_6_http//file",
|
|
source_jar = "@asm-analysis-9_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy-1_14_12_http_import",
|
|
jar = "@byte-buddy-1_14_12_http//file",
|
|
source_jar = "@byte-buddy-1_14_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy-agent-1_14_12_http_import",
|
|
jar = "@byte-buddy-agent-1_14_12_http//file",
|
|
source_jar = "@byte-buddy-agent-1_14_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "atomicfu-jvm-0_20_2_http_import",
|
|
jar = "@atomicfu-jvm-0_20_2_http//file",
|
|
source_jar = "@atomicfu-jvm-0_20_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-markdown",
|
|
jar = "@markdown-jvm-0_7_2_http//file",
|
|
source_jar = "@markdown-jvm-0_7_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-ml-models-python-imports-ranking-model",
|
|
jar = "@python-imports-ranking-model-nebulous-albatross_http//file",
|
|
source_jar = "@python-imports-ranking-model-nebulous-albatross-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-mlapi-catboost-shadow-need-slf4j",
|
|
jar = "@catboost-shadow-need-slf4j-1_2_5_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-mlapi-ml-api",
|
|
jar = "@ml-api-86_http//file",
|
|
source_jar = "@ml-api-86-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-mlapi-ml-tools",
|
|
jar = "@ml-tools-86_http//file",
|
|
source_jar = "@ml-tools-86-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jetbrains-mlapi-ml-tools-suspendable",
|
|
jar = "@ml-tools-suspendable-76_http//file",
|
|
source_jar = "@ml-tools-suspendable-76-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jgoodies-common",
|
|
jar = "@jgoodies-common-1_4_0_http//file",
|
|
source_jar = "@jgoodies-common-1_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jgoodies-forms",
|
|
jar = "@forms-1_1-preview_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jimfs",
|
|
jar = "@jimfs-1_1_http//file",
|
|
source_jar = "@jimfs-1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jline-terminal-jansi",
|
|
exports = [
|
|
":jline-terminal-jansi-3_27_0_http_import",
|
|
":jansi-2_4_1_http_import",
|
|
":jline-terminal-3_27_0_http_import",
|
|
":jline-native-3_27_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-terminal-jansi-3_27_0_http_import",
|
|
jar = "@jline-terminal-jansi-3_27_0_http//file",
|
|
source_jar = "@jline-terminal-jansi-3_27_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jansi-2_4_1_http_import",
|
|
jar = "@jansi-2_4_1_http//file",
|
|
source_jar = "@jansi-2_4_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-terminal-3_27_0_http_import",
|
|
jar = "@jline-terminal-3_27_0_http//file",
|
|
source_jar = "@jline-terminal-3_27_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-native-3_27_0_http_import",
|
|
jar = "@jline-native-3_27_0_http//file",
|
|
source_jar = "@jline-native-3_27_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "jline-terminal-jna",
|
|
exports = [
|
|
":jline-terminal-jna-3_27_0_http_import",
|
|
":jna-5_15_0_http_import",
|
|
":jline-terminal-3_27_0_http_import",
|
|
":jline-native-3_27_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-terminal-jna-3_27_0_http_import",
|
|
jar = "@jline-terminal-jna-3_27_0_http//file",
|
|
source_jar = "@jline-terminal-jna-3_27_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jna-5_15_0_http_import",
|
|
jar = "@jna-5_15_0_http//file",
|
|
source_jar = "@jna-5_15_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "jmh-core",
|
|
exports = [
|
|
":jmh-core-1_37_http_import",
|
|
":jopt-simple-5_0_4_http_import",
|
|
":commons-math3-3_6_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmh-core-1_37_http_import",
|
|
jar = "@jmh-core-1_37_http//file",
|
|
source_jar = "@jmh-core-1_37-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jopt-simple-5_0_4_http_import",
|
|
jar = "@jopt-simple-5_0_4_http//file",
|
|
source_jar = "@jopt-simple-5_0_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-math3-3_6_1_http_import",
|
|
jar = "@commons-math3-3_6_1_http//file",
|
|
source_jar = "@commons-math3-3_6_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmh-generator-annprocess",
|
|
jar = "@jmh-generator-annprocess-1_36_http//file",
|
|
source_jar = "@jmh-generator-annprocess-1_36-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmock",
|
|
jar = "@jmock-2_5_1_http//file",
|
|
source_jar = "@jmock-2_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmock-junit4",
|
|
jar = "@jmock-junit4-2_5_1_http//file",
|
|
source_jar = "@jmock-junit4-2_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmock-legacy",
|
|
jar = "@jmock-legacy-2_5_1_http//file",
|
|
source_jar = "@jmock-legacy-2_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jna",
|
|
exports = [
|
|
":jna-platform-5_17_0_http_import",
|
|
":jna-5_17_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jna-platform-5_17_0_http_import",
|
|
jar = "@jna-platform-5_17_0_http//file",
|
|
source_jar = "@jna-platform-5_17_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jna-5_17_0_http_import",
|
|
jar = "@jna-5_17_0_http//file",
|
|
source_jar = "@jna-5_17_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "joni",
|
|
exports = [
|
|
":joni-2_2_3_http_import",
|
|
":jcodings-1_0_61_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "joni-2_2_3_http_import",
|
|
jar = "@joni-2_2_3_http//file",
|
|
source_jar = "@joni-2_2_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jcodings-1_0_61_http_import",
|
|
jar = "@jcodings-1_0_61_http//file",
|
|
source_jar = "@jcodings-1_0_61-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jps-javac-extension",
|
|
jar = "@jps-javac-extension-10_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "json-schema-validator",
|
|
jar = "@json-schema-validator-1_3_1_http//file",
|
|
source_jar = "@json-schema-validator-1_3_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "jsonpath",
|
|
exports = [
|
|
":json-path-2_9_0_http_import",
|
|
":json-smart-2_5_0_http_import",
|
|
":accessors-smart-2_5_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "json-path-2_9_0_http_import",
|
|
jar = "@json-path-2_9_0_http//file",
|
|
source_jar = "@json-path-2_9_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "json-smart-2_5_0_http_import",
|
|
jar = "@json-smart-2_5_0_http//file",
|
|
source_jar = "@json-smart-2_5_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "accessors-smart-2_5_0_http_import",
|
|
jar = "@accessors-smart-2_5_0_http//file",
|
|
source_jar = "@accessors-smart-2_5_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jsoup",
|
|
jar = "@jsoup-1_19_1_http//file",
|
|
source_jar = "@jsoup-1_19_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jsr305",
|
|
jar = "@jsr305-3_0_2_http//file",
|
|
source_jar = "@jsr305-3_0_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jsvg",
|
|
jar = "@jsvg-1_3_0-jb_8_http//file",
|
|
source_jar = "@jsvg-1_3_0-jb_8-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit4",
|
|
exports = [
|
|
":junit-4_13_2_http_import",
|
|
":hamcrest-core-1_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-4_13_2_http_import",
|
|
jar = "@junit-4_13_2_http//file",
|
|
source_jar = "@junit-4_13_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "hamcrest-core-1_3_http_import",
|
|
jar = "@hamcrest-core-1_3_http//file",
|
|
source_jar = "@hamcrest-core-1_3-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "junit4-provided",
|
|
exports = [":junit4"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5",
|
|
exports = [
|
|
":junit-jupiter-api-5_12_2_http_import",
|
|
":opentest4j-1_3_0_http_import",
|
|
":junit-platform-commons-1_12_2_http_import",
|
|
":apiguardian-api-1_1_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-jupiter-api-5_12_2_http_import",
|
|
jar = "@junit-jupiter-api-5_12_2_http//file",
|
|
source_jar = "@junit-jupiter-api-5_12_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentest4j-1_3_0_http_import",
|
|
jar = "@opentest4j-1_3_0_http//file",
|
|
source_jar = "@opentest4j-1_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-platform-commons-1_12_2_http_import",
|
|
jar = "@junit-platform-commons-1_12_2_http//file",
|
|
source_jar = "@junit-platform-commons-1_12_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "apiguardian-api-1_1_2_http_import",
|
|
jar = "@apiguardian-api-1_1_2_http//file",
|
|
source_jar = "@apiguardian-api-1_1_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5-provided",
|
|
exports = [":junit5"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit5Jupiter",
|
|
jar = "@junit-jupiter-engine-5_12_2_http//file",
|
|
source_jar = "@junit-jupiter-engine-5_12_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Jupiter-provided",
|
|
exports = [":junit5Jupiter"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Launcher",
|
|
exports = [
|
|
":junit-platform-launcher-1_12_2_http_import",
|
|
":junit-platform-engine-1_12_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-platform-launcher-1_12_2_http_import",
|
|
jar = "@junit-platform-launcher-1_12_2_http//file",
|
|
source_jar = "@junit-platform-launcher-1_12_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-platform-engine-1_12_2_http_import",
|
|
jar = "@junit-platform-engine-1_12_2_http//file",
|
|
source_jar = "@junit-platform-engine-1_12_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Launcher-provided",
|
|
exports = [":junit5Launcher"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit5Params",
|
|
jar = "@junit-jupiter-params-5_12_2_http//file",
|
|
source_jar = "@junit-jupiter-params-5_12_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Params-provided",
|
|
exports = [":junit5Params"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit5Pioneer",
|
|
jar = "@junit-pioneer-2_3_0_http//file",
|
|
source_jar = "@junit-pioneer-2_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Suites",
|
|
exports = [
|
|
":junit-platform-suite-1_12_2_http_import",
|
|
":junit-platform-suite-api-1_12_2_http_import",
|
|
":junit-platform-suite-engine-1_12_2_http_import",
|
|
":junit-platform-suite-commons-1_12_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-platform-suite-1_12_2_http_import",
|
|
jar = "@junit-platform-suite-1_12_2_http//file",
|
|
source_jar = "@junit-platform-suite-1_12_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-platform-suite-api-1_12_2_http_import",
|
|
jar = "@junit-platform-suite-api-1_12_2_http//file",
|
|
source_jar = "@junit-platform-suite-api-1_12_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-platform-suite-engine-1_12_2_http_import",
|
|
jar = "@junit-platform-suite-engine-1_12_2_http//file",
|
|
source_jar = "@junit-platform-suite-engine-1_12_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-platform-suite-commons-1_12_2_http_import",
|
|
jar = "@junit-platform-suite-commons-1_12_2_http//file",
|
|
source_jar = "@junit-platform-suite-commons-1_12_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit5Vintage",
|
|
jar = "@junit-vintage-engine-5_12_2_http//file",
|
|
source_jar = "@junit-vintage-engine-5_12_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "junit5Vintage-provided",
|
|
exports = [":junit5Vintage"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jvm-native-trusted-roots",
|
|
jar = "@jvm-native-trusted-roots-1_0_24_http//file",
|
|
source_jar = "@jvm-native-trusted-roots-1_0_24-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jzlib",
|
|
jar = "@jzlib-1_1_3_http//file",
|
|
source_jar = "@jzlib-1_1_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kaml",
|
|
exports = [
|
|
":kaml-jvm-0_80_1_http_import",
|
|
":snakeyaml-engine-kmp-jvm-3_1_1_http_import",
|
|
":urlencoder-lib-jvm-1_6_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kaml-jvm-0_80_1_http_import",
|
|
jar = "@kaml-jvm-0_80_1_http//file",
|
|
source_jar = "@kaml-jvm-0_80_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "snakeyaml-engine-kmp-jvm-3_1_1_http_import",
|
|
jar = "@snakeyaml-engine-kmp-jvm-3_1_1_http//file",
|
|
source_jar = "@snakeyaml-engine-kmp-jvm-3_1_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "urlencoder-lib-jvm-1_6_0_http_import",
|
|
jar = "@urlencoder-lib-jvm-1_6_0_http//file",
|
|
source_jar = "@urlencoder-lib-jvm-1_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-gradle-plugin-idea",
|
|
jar = "@kotlin-gradle-plugin-idea-1_9_20-dev-8162_http//file",
|
|
source_jar = "@kotlin-gradle-plugin-idea-1_9_20-dev-8162-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlin-gradle-plugin-idea-provided",
|
|
exports = [":kotlin-gradle-plugin-idea"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-gradle-plugin-idea-proto",
|
|
jar = "@kotlin-gradle-plugin-idea-proto-1_9_20-dev-8162_http//file",
|
|
source_jar = "@kotlin-gradle-plugin-idea-proto-1_9_20-dev-8162-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-metadata",
|
|
jar = "@kotlin-metadata-jvm-2_2_0-RC2_http//file",
|
|
source_jar = "@kotlin-metadata-jvm-2_2_0-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-ml-completion-completion-ranking-kotlin",
|
|
jar = "@completion-ranking-kotlin-0_4_0_http//file",
|
|
source_jar = "@completion-ranking-kotlin-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-project-model",
|
|
jar = "@kotlin-project-model-1_6_0_http//file",
|
|
source_jar = "@kotlin-project-model-1_6_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-reflect",
|
|
jar = "@kotlin-reflect-2_2_0-RC2_http//file",
|
|
source_jar = "@kotlin-reflect-2_2_0-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlin-reflect-provided",
|
|
exports = [":kotlin-reflect"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-script-runtime",
|
|
jar = "@kotlin-script-runtime-2_2_0-RC2_http//file",
|
|
source_jar = "@kotlin-script-runtime-2_2_0-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-stdlib",
|
|
jar = "@kotlin-stdlib-2_2_0-RC2_http//file",
|
|
source_jar = "@kotlin-stdlib-2_2_0-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlin-stdlib-provided",
|
|
exports = [":kotlin-stdlib"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-test",
|
|
jar = "@kotlin-test-2_2_0-RC2_http//file",
|
|
source_jar = "@kotlin-test-2_2_0-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlin-test-assertions-core-jvm",
|
|
exports = [
|
|
":kotest-assertions-core-jvm-5_5_4_http_import",
|
|
":kotest-assertions-shared-jvm-5_5_4_http_import",
|
|
":opentest4j-1_2_0_http_import",
|
|
":kotest-common-jvm-5_5_4_http_import",
|
|
":kotest-assertions-api-jvm-5_5_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotest-assertions-core-jvm-5_5_4_http_import",
|
|
jar = "@kotest-assertions-core-jvm-5_5_4_http//file",
|
|
source_jar = "@kotest-assertions-core-jvm-5_5_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotest-assertions-shared-jvm-5_5_4_http_import",
|
|
jar = "@kotest-assertions-shared-jvm-5_5_4_http//file",
|
|
source_jar = "@kotest-assertions-shared-jvm-5_5_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotest-common-jvm-5_5_4_http_import",
|
|
jar = "@kotest-common-jvm-5_5_4_http//file",
|
|
source_jar = "@kotest-common-jvm-5_5_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotest-assertions-api-jvm-5_5_4_http_import",
|
|
jar = "@kotest-assertions-api-jvm-5_5_4_http//file",
|
|
source_jar = "@kotest-assertions-api-jvm-5_5_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-test-junit",
|
|
jar = "@kotlin-test-junit-2_2_0-RC2_http//file",
|
|
source_jar = "@kotlin-test-junit-2_2_0-RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-tooling-core",
|
|
jar = "@kotlin-tooling-core-1_9_20-dev-8162_http//file",
|
|
source_jar = "@kotlin-tooling-core-1_9_20-dev-8162-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlin-tooling-core-provided",
|
|
exports = [":kotlin-tooling-core"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-allopen-compiler-plugin",
|
|
jar = "@allopen-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@allopen-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-allopen-compiler-plugin-provided",
|
|
exports = [":kotlinc-allopen-compiler-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api",
|
|
jar = "@analysis-api-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@analysis-api-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-provided",
|
|
exports = [":kotlinc-analysis-api"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-fe10",
|
|
jar = "@analysis-api-fe10-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@analysis-api-fe10-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-fe10-provided",
|
|
exports = [":kotlinc-analysis-api-fe10"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-impl-base",
|
|
jar = "@analysis-api-impl-base-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@analysis-api-impl-base-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-impl-base-provided",
|
|
exports = [":kotlinc-analysis-api-impl-base"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-impl-base-tests",
|
|
jar = "@analysis-api-impl-base-tests-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@analysis-api-impl-base-tests-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-k2",
|
|
jar = "@analysis-api-k2-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@analysis-api-k2-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-k2-provided",
|
|
exports = [":kotlinc-analysis-api-k2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-k2-tests",
|
|
jar = "@analysis-api-k2-tests-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@analysis-api-k2-tests-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-analysis-api-platform-interface",
|
|
jar = "@analysis-api-platform-interface-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@analysis-api-platform-interface-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-analysis-api-platform-interface-provided",
|
|
exports = [":kotlinc-analysis-api-platform-interface"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-assignment-compiler-plugin",
|
|
jar = "@assignment-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@assignment-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-compose-compiler-plugin",
|
|
jar = "@compose-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@compose-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-compose-compiler-plugin-provided",
|
|
exports = [":kotlinc-compose-compiler-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-incremental-compilation-impl-tests",
|
|
jar = "@incremental-compilation-impl-tests-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@incremental-compilation-impl-tests-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-js-plain-objects-compiler-plugin",
|
|
jar = "@js-plain-objects-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@js-plain-objects-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-build-common-tests",
|
|
jar = "@kotlin-build-common-tests-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-build-common-tests-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-cli",
|
|
jar = "@kotlin-compiler-cli-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-compiler-cli-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-cli-provided",
|
|
exports = [":kotlinc-kotlin-compiler-cli"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-common",
|
|
jar = "@kotlin-compiler-common-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-compiler-common-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-common-provided",
|
|
exports = [":kotlinc-kotlin-compiler-common"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-fe10",
|
|
jar = "@kotlin-compiler-fe10-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-compiler-fe10-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-fe10-provided",
|
|
exports = [":kotlinc-kotlin-compiler-fe10"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-fir",
|
|
jar = "@kotlin-compiler-fir-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-compiler-fir-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-fir-provided",
|
|
exports = [":kotlinc-kotlin-compiler-fir"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-ir",
|
|
jar = "@kotlin-compiler-ir-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-compiler-ir-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-ir-provided",
|
|
exports = [":kotlinc-kotlin-compiler-ir"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-compiler-tests",
|
|
jar = "@kotlin-compiler-tests-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-compiler-tests-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-compiler-tests-provided",
|
|
exports = [":kotlinc-kotlin-compiler-tests"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-dataframe-compiler-plugin",
|
|
jar = "@kotlin-dataframe-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-dataframe-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-dist",
|
|
jar = "@kotlin-dist-for-ide-2_1_21_http//file",
|
|
source_jar = "@kotlin-dist-for-ide-2_1_21-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-gradle-statistics",
|
|
jar = "@kotlin-gradle-statistics-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-gradle-statistics-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-gradle-statistics-provided",
|
|
exports = [":kotlinc-kotlin-gradle-statistics"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-ide-dist",
|
|
jar = "@kotlin-dist-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-dist-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-jps-common",
|
|
jar = "@kotlin-jps-common-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-jps-common-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-jps-common-provided",
|
|
exports = [":kotlinc-kotlin-jps-common"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-jps-plugin-classpath",
|
|
jar = "@kotlin-jps-plugin-classpath-2_1_21_http//file",
|
|
source_jar = "@kotlin-jps-plugin-classpath-2_1_21-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-jps-plugin-classpath-provided",
|
|
exports = [":kotlinc-kotlin-jps-plugin-classpath"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-jps-plugin-classpath-bootstrap-for-tests",
|
|
jar = "@kotlin-jps-plugin-classpath-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-jps-plugin-classpath-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-jps-plugin-tests",
|
|
jar = "@kotlin-jps-plugin-tests-for-ide-2_1_21_http//file",
|
|
source_jar = "@kotlin-jps-plugin-tests-for-ide-2_1_21-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-script-runtime",
|
|
jar = "@kotlin-script-runtime-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-script-runtime-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-scripting-common",
|
|
jar = "@kotlin-scripting-common-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-scripting-common-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-scripting-common-provided",
|
|
exports = [":kotlinc-kotlin-scripting-common"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-scripting-compiler-impl",
|
|
jar = "@kotlin-scripting-compiler-impl-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-scripting-compiler-impl-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-scripting-compiler-impl-provided",
|
|
exports = [":kotlinc-kotlin-scripting-compiler-impl"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-scripting-dependencies",
|
|
jar = "@kotlin-scripting-dependencies-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-scripting-dependencies-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlin-scripting-jvm",
|
|
jar = "@kotlin-scripting-jvm-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlin-scripting-jvm-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlin-scripting-jvm-provided",
|
|
exports = [":kotlinc-kotlin-scripting-jvm"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-kotlinx-serialization-compiler-plugin",
|
|
jar = "@kotlinx-serialization-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@kotlinx-serialization-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-kotlinx-serialization-compiler-plugin-provided",
|
|
exports = [":kotlinc-kotlinx-serialization-compiler-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-lombok-compiler-plugin",
|
|
jar = "@lombok-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@lombok-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-lombok-compiler-plugin-provided",
|
|
exports = [":kotlinc-lombok-compiler-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-low-level-api-fir",
|
|
jar = "@low-level-api-fir-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@low-level-api-fir-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-noarg-compiler-plugin",
|
|
jar = "@noarg-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@noarg-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-noarg-compiler-plugin-provided",
|
|
exports = [":kotlinc-noarg-compiler-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-parcelize-compiler-plugin",
|
|
jar = "@parcelize-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@parcelize-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinc-parcelize-compiler-plugin-provided",
|
|
exports = [":kotlinc-parcelize-compiler-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-sam-with-receiver-compiler-plugin",
|
|
jar = "@sam-with-receiver-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@sam-with-receiver-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-scripting-compiler-plugin",
|
|
jar = "@scripting-compiler-plugin-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@scripting-compiler-plugin-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinc-symbol-light-classes",
|
|
jar = "@symbol-light-classes-for-ide-2_2_20-dev-5812_http//file",
|
|
source_jar = "@symbol-light-classes-for-ide-2_2_20-dev-5812-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-collections-immutable",
|
|
jar = "@kotlinx-collections-immutable-jvm-0_4_0_http//file",
|
|
source_jar = "@kotlinx-collections-immutable-jvm-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinx-collections-immutable-provided",
|
|
exports = [":kotlinx-collections-immutable"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-core",
|
|
jar = "@kotlinx-coroutines-core-jvm-1_10_1-intellij-4_http//file",
|
|
source_jar = "@kotlinx-coroutines-core-jvm-1_10_1-intellij-4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinx-coroutines-core-provided",
|
|
exports = [":kotlinx-coroutines-core"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-debug",
|
|
jar = "@kotlinx-coroutines-debug-1_10_1-intellij-4_http//file",
|
|
source_jar = "@kotlinx-coroutines-debug-1_10_1-intellij-4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-guava",
|
|
jar = "@kotlinx-coroutines-guava-1_10_1-intellij-4_http//file",
|
|
source_jar = "@kotlinx-coroutines-guava-1_10_1-intellij-4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-slf4j",
|
|
jar = "@kotlinx-coroutines-slf4j-1_10_1-intellij-4_http//file",
|
|
source_jar = "@kotlinx-coroutines-slf4j-1_10_1-intellij-4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-coroutines-test",
|
|
jar = "@kotlinx-coroutines-test-jvm-1_10_1-intellij-4_http//file",
|
|
source_jar = "@kotlinx-coroutines-test-jvm-1_10_1-intellij-4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-datetime-jvm",
|
|
jar = "@kotlinx-datetime-jvm-0_6_2_http//file",
|
|
source_jar = "@kotlinx-datetime-jvm-0_6_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinx-datetime-jvm-provided",
|
|
exports = [":kotlinx-datetime-jvm"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinx-document-store-mvstore",
|
|
exports = [
|
|
":kotlinx-document-store-mvstore-0_0_4_http_import",
|
|
":kotlinx-document-store-core-jvm-0_0_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-document-store-mvstore-0_0_4_http_import",
|
|
jar = "@kotlinx-document-store-mvstore-0_0_4_http//file",
|
|
source_jar = "@kotlinx-document-store-mvstore-0_0_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-document-store-core-jvm-0_0_4_http_import",
|
|
jar = "@kotlinx-document-store-core-jvm-0_0_4_http//file",
|
|
source_jar = "@kotlinx-document-store-core-jvm-0_0_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-html-jvm",
|
|
jar = "@kotlinx-html-jvm-0_12_0_http//file",
|
|
source_jar = "@kotlinx-html-jvm-0_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinx-io-core",
|
|
exports = [
|
|
":kotlinx-io-core-jvm-0_7_0_http_import",
|
|
":kotlinx-io-bytestring-jvm-0_7_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-io-core-jvm-0_7_0_http_import",
|
|
jar = "@kotlinx-io-core-jvm-0_7_0_http//file",
|
|
source_jar = "@kotlinx-io-core-jvm-0_7_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-io-bytestring-jvm-0_7_0_http_import",
|
|
jar = "@kotlinx-io-bytestring-jvm-0_7_0_http//file",
|
|
source_jar = "@kotlinx-io-bytestring-jvm-0_7_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-serialization-cbor",
|
|
jar = "@kotlinx-serialization-cbor-jvm-1_8_1_http//file",
|
|
source_jar = "@kotlinx-serialization-cbor-jvm-1_8_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-serialization-core",
|
|
jar = "@kotlinx-serialization-core-jvm-1_8_1_http//file",
|
|
source_jar = "@kotlinx-serialization-core-jvm-1_8_1-sources_http//file",
|
|
exported_compiler_plugins = ["@lib//:kotlin-serialization-plugin"],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
kt_jvm_library(
|
|
name = "kotlinx-serialization-core-provided",
|
|
exports = [":kotlinx-serialization-core"],
|
|
neverlink = True,
|
|
exported_compiler_plugins = ["@lib//:kotlin-serialization-plugin"],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-serialization-json",
|
|
jar = "@kotlinx-serialization-json-jvm-1_8_1_http//file",
|
|
source_jar = "@kotlinx-serialization-json-jvm-1_8_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "kotlinx-serialization-json-provided",
|
|
exports = [":kotlinx-serialization-json"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-serialization-json-io",
|
|
jar = "@kotlinx-serialization-json-io-jvm-1_8_1_http//file",
|
|
source_jar = "@kotlinx-serialization-json-io-jvm-1_8_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-serialization-protobuf",
|
|
jar = "@kotlinx-serialization-protobuf-jvm-1_8_1_http//file",
|
|
source_jar = "@kotlinx-serialization-protobuf-jvm-1_8_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kryo5",
|
|
jar = "@kryo5-5_6_0_http//file",
|
|
source_jar = "@kryo5-5_6_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-client",
|
|
exports = [
|
|
":ktor-client-core-jvm-3_0_3_http_import",
|
|
":ktor-http-jvm-3_0_3_http_import",
|
|
":ktor-utils-jvm-3_0_3_http_import",
|
|
":ktor-io-jvm-3_0_3_http_import",
|
|
":ktor-events-jvm-3_0_3_http_import",
|
|
":ktor-websocket-serialization-jvm-3_0_3_http_import",
|
|
":ktor-serialization-jvm-3_0_3_http_import",
|
|
":ktor-websockets-jvm-3_0_3_http_import",
|
|
":ktor-sse-jvm-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-core-jvm-3_0_3_http_import",
|
|
jar = "@ktor-client-core-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-client-core-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-http-jvm-3_0_3_http_import",
|
|
jar = "@ktor-http-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-http-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-utils-jvm-3_0_3_http_import",
|
|
jar = "@ktor-utils-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-utils-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-io-jvm-3_0_3_http_import",
|
|
jar = "@ktor-io-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-io-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-events-jvm-3_0_3_http_import",
|
|
jar = "@ktor-events-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-events-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-websocket-serialization-jvm-3_0_3_http_import",
|
|
jar = "@ktor-websocket-serialization-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-websocket-serialization-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-serialization-jvm-3_0_3_http_import",
|
|
jar = "@ktor-serialization-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-serialization-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-websockets-jvm-3_0_3_http_import",
|
|
jar = "@ktor-websockets-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-websockets-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-sse-jvm-3_0_3_http_import",
|
|
jar = "@ktor-sse-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-sse-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-auth",
|
|
jar = "@ktor-client-auth-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-client-auth-jvm-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-client-cio",
|
|
exports = [
|
|
":ktor-client-cio-jvm-3_0_3_http_import",
|
|
":ktor-client-core-jvm-3_0_3_http_import",
|
|
":ktor-http-jvm-3_0_3_http_import",
|
|
":ktor-events-jvm-3_0_3_http_import",
|
|
":ktor-websocket-serialization-jvm-3_0_3_http_import",
|
|
":ktor-serialization-jvm-3_0_3_http_import",
|
|
":ktor-sse-jvm-3_0_3_http_import",
|
|
":ktor-http-cio-jvm-3_0_3_http_import",
|
|
":ktor-network-jvm-3_0_3_http_import",
|
|
":ktor-io-jvm-3_0_3_http_import",
|
|
":ktor-websockets-jvm-3_0_3_http_import",
|
|
":ktor-network-tls-jvm-3_0_3_http_import",
|
|
":ktor-utils-jvm-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-cio-jvm-3_0_3_http_import",
|
|
jar = "@ktor-client-cio-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-client-cio-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-http-cio-jvm-3_0_3_http_import",
|
|
jar = "@ktor-http-cio-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-http-cio-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-network-jvm-3_0_3_http_import",
|
|
jar = "@ktor-network-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-network-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-network-tls-jvm-3_0_3_http_import",
|
|
jar = "@ktor-network-tls-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-network-tls-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-content-negotiation",
|
|
jar = "@ktor-client-content-negotiation-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-client-content-negotiation-jvm-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-client-core",
|
|
exports = [
|
|
":ktor-client-core-jvm-3_0_3_http_import",
|
|
":ktor-http-jvm-3_0_3_http_import",
|
|
":ktor-utils-jvm-3_0_3_http_import",
|
|
":ktor-io-jvm-3_0_3_http_import",
|
|
":ktor-events-jvm-3_0_3_http_import",
|
|
":ktor-websocket-serialization-jvm-3_0_3_http_import",
|
|
":ktor-serialization-jvm-3_0_3_http_import",
|
|
":ktor-websockets-jvm-3_0_3_http_import",
|
|
":ktor-sse-jvm-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-encoding",
|
|
jar = "@ktor-client-encoding-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-client-encoding-jvm-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-java",
|
|
jar = "@ktor-client-java-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-client-java-jvm-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-logging",
|
|
jar = "@ktor-client-logging-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-client-logging-jvm-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-client-mock",
|
|
exports = [
|
|
":ktor-client-mock-jvm-3_0_3_http_import",
|
|
":ktor-http-jvm-3_0_3_http_import",
|
|
":ktor-utils-jvm-3_0_3_http_import",
|
|
":ktor-io-jvm-3_0_3_http_import",
|
|
":ktor-client-core-jvm-3_0_3_http_import",
|
|
":ktor-events-jvm-3_0_3_http_import",
|
|
":ktor-websocket-serialization-jvm-3_0_3_http_import",
|
|
":ktor-serialization-jvm-3_0_3_http_import",
|
|
":ktor-websockets-jvm-3_0_3_http_import",
|
|
":ktor-sse-jvm-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-mock-jvm-3_0_3_http_import",
|
|
jar = "@ktor-client-mock-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-client-mock-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-client-okhttp",
|
|
jar = "@ktor-client-okhttp-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-client-okhttp-jvm-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-network-tls",
|
|
exports = [
|
|
":ktor-network-tls-jvm-3_0_3_http_import",
|
|
":ktor-http-jvm-3_0_3_http_import",
|
|
":ktor-network-jvm-3_0_3_http_import",
|
|
":ktor-utils-jvm-3_0_3_http_import",
|
|
":ktor-io-jvm-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-serialization-kotlinx-json",
|
|
exports = [
|
|
":ktor-serialization-kotlinx-json-jvm-3_0_3_http_import",
|
|
":ktor-serialization-kotlinx-jvm-3_0_3_http_import",
|
|
":ktor-serialization-jvm-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-serialization-kotlinx-json-jvm-3_0_3_http_import",
|
|
jar = "@ktor-serialization-kotlinx-json-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-serialization-kotlinx-json-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-serialization-kotlinx-jvm-3_0_3_http_import",
|
|
jar = "@ktor-serialization-kotlinx-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-serialization-kotlinx-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "ktor-server-cio",
|
|
exports = [
|
|
":ktor-server-cio-jvm-3_0_3_http_import",
|
|
":ktor-server-core-jvm-3_0_3_http_import",
|
|
":config-1_4_3_http_import",
|
|
":ktor-utils-jvm-3_0_3_http_import",
|
|
":ktor-http-jvm-3_0_3_http_import",
|
|
":ktor-serialization-jvm-3_0_3_http_import",
|
|
":ktor-events-jvm-3_0_3_http_import",
|
|
":ktor-http-cio-jvm-3_0_3_http_import",
|
|
":ktor-io-jvm-3_0_3_http_import",
|
|
":ktor-websockets-jvm-3_0_3_http_import",
|
|
":ktor-network-jvm-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-server-cio-jvm-3_0_3_http_import",
|
|
jar = "@ktor-server-cio-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-server-cio-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-server-core-jvm-3_0_3_http_import",
|
|
jar = "@ktor-server-core-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-server-core-jvm-3_0_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "config-1_4_3_http_import",
|
|
jar = "@config-1_4_3_http//file",
|
|
source_jar = "@config-1_4_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ktor-server-sse-jvm",
|
|
jar = "@ktor-server-sse-jvm-3_0_3_http//file",
|
|
source_jar = "@ktor-server-sse-jvm-3_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kxml2",
|
|
jar = "@kxml2-2_3_0_http//file",
|
|
source_jar = "@kxml2-2_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "layoutlib",
|
|
jar = "@layoutlib-15_2_2_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-nlp-detect",
|
|
jar = "@nlp-detect-jvm-0_4_71_http//file",
|
|
source_jar = "@nlp-detect-jvm-0_4_71-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-spell-gec-engine-local",
|
|
exports = [
|
|
":gec-spell-engine-local-jvm-0_4_71_http_import",
|
|
":utils-common-jvm-0_4_71_http_import",
|
|
":model-gec-jvm-0_4_71_http_import",
|
|
":model-text-jvm-0_4_71_http_import",
|
|
":model-common-jvm-0_4_71_http_import",
|
|
":nlp-langs-jvm-0_4_71_http_import",
|
|
":nlp-common-jvm-0_4_71_http_import",
|
|
":nlp-patterns-jvm-0_4_71_http_import",
|
|
":nlp-similarity-jvm-0_4_71_http_import",
|
|
":nlp-phonetics-jvm-0_4_71_http_import",
|
|
":nlp-tokenizer-jvm-0_4_71_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gec-spell-engine-local-jvm-0_4_71_http_import",
|
|
jar = "@gec-spell-engine-local-jvm-0_4_71_http//file",
|
|
source_jar = "@gec-spell-engine-local-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "utils-common-jvm-0_4_71_http_import",
|
|
jar = "@utils-common-jvm-0_4_71_http//file",
|
|
source_jar = "@utils-common-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "model-gec-jvm-0_4_71_http_import",
|
|
jar = "@model-gec-jvm-0_4_71_http//file",
|
|
source_jar = "@model-gec-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "model-text-jvm-0_4_71_http_import",
|
|
jar = "@model-text-jvm-0_4_71_http//file",
|
|
source_jar = "@model-text-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "model-common-jvm-0_4_71_http_import",
|
|
jar = "@model-common-jvm-0_4_71_http//file",
|
|
source_jar = "@model-common-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "nlp-langs-jvm-0_4_71_http_import",
|
|
jar = "@nlp-langs-jvm-0_4_71_http//file",
|
|
source_jar = "@nlp-langs-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "nlp-common-jvm-0_4_71_http_import",
|
|
jar = "@nlp-common-jvm-0_4_71_http//file",
|
|
source_jar = "@nlp-common-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "nlp-patterns-jvm-0_4_71_http_import",
|
|
jar = "@nlp-patterns-jvm-0_4_71_http//file",
|
|
source_jar = "@nlp-patterns-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "nlp-similarity-jvm-0_4_71_http_import",
|
|
jar = "@nlp-similarity-jvm-0_4_71_http//file",
|
|
source_jar = "@nlp-similarity-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "nlp-phonetics-jvm-0_4_71_http_import",
|
|
jar = "@nlp-phonetics-jvm-0_4_71_http//file",
|
|
source_jar = "@nlp-phonetics-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "nlp-tokenizer-jvm-0_4_71_http_import",
|
|
jar = "@nlp-tokenizer-jvm-0_4_71_http//file",
|
|
source_jar = "@nlp-tokenizer-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-spell-hunspell-en",
|
|
jar = "@hunspell-en-jvm-0_2_274_http//file",
|
|
source_jar = "@hunspell-en-jvm-0_2_274-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-ai-grazie-spell-gec-engine-local-ai-grazie-utils-lucene-lt-compatibility",
|
|
jar = "@utils-lucene-lt-compatibility-0_4_71_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-cglib-cglib",
|
|
jar = "@cglib-nodep-3_3_0_http//file",
|
|
source_jar = "@cglib-nodep-3_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-compose-foundation-desktop-compose-foundation-desktop",
|
|
exports = [
|
|
":foundation-desktop-1_8_0-alpha04_http_import",
|
|
":annotation-jvm-1_9_1_http_import",
|
|
":collection-jvm-1_5_0-beta01_http_import",
|
|
":performance-annotation-jvm-1_0_0-alpha01_http_import",
|
|
":animation-desktop-1_8_0-alpha04_http_import",
|
|
":animation-core-desktop-1_8_0-alpha04_http_import",
|
|
":ui-geometry-desktop-1_8_0-alpha04_http_import",
|
|
":foundation-layout-desktop-1_8_0-alpha04_http_import",
|
|
":runtime-desktop-1_8_0-alpha04_http_import",
|
|
":ui-desktop-1_8_0-alpha04_http_import",
|
|
":lifecycle-common-jvm-2_9_0-alpha08_http_import",
|
|
":jspecify-1_0_0_http_import",
|
|
":lifecycle-runtime-desktop-2_9_0-alpha08_http_import",
|
|
":lifecycle-common-2_9_0-alpha08_http_import",
|
|
":annotation-1_8_1_http_import",
|
|
":atomicfu-0_17_0_http_import",
|
|
":core-common-2_2_0_http_import",
|
|
":lifecycle-viewmodel-desktop-2_9_0-alpha08_http_import",
|
|
":lifecycle-runtime-compose-desktop-2_9_0-alpha04_http_import",
|
|
":runtime-saveable-desktop-1_8_0-alpha04_http_import",
|
|
":ui-backhandler-desktop-1_8_0-alpha04_http_import",
|
|
":ui-graphics-desktop-1_8_0-alpha04_http_import",
|
|
":ui-unit-desktop-1_8_0-alpha04_http_import",
|
|
":ui-text-desktop-1_8_0-alpha04_http_import",
|
|
":ui-util-desktop-1_8_0-alpha04_http_import",
|
|
":atomicfu-jvm-0_23_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "foundation-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@foundation-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@foundation-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "annotation-jvm-1_9_1_http_import",
|
|
jar = "@annotation-jvm-1_9_1_http//file",
|
|
source_jar = "@annotation-jvm-1_9_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "collection-jvm-1_5_0-beta01_http_import",
|
|
jar = "@collection-jvm-1_5_0-beta01_http//file",
|
|
source_jar = "@collection-jvm-1_5_0-beta01-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "performance-annotation-jvm-1_0_0-alpha01_http_import",
|
|
jar = "@performance-annotation-jvm-1_0_0-alpha01_http//file",
|
|
source_jar = "@performance-annotation-jvm-1_0_0-alpha01-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "animation-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@animation-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@animation-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "animation-core-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@animation-core-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@animation-core-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-geometry-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@ui-geometry-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-geometry-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "foundation-layout-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@foundation-layout-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@foundation-layout-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "runtime-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@runtime-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@runtime-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@ui-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lifecycle-common-jvm-2_9_0-alpha08_http_import",
|
|
jar = "@lifecycle-common-jvm-2_9_0-alpha08_http//file",
|
|
source_jar = "@lifecycle-common-jvm-2_9_0-alpha08-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jspecify-1_0_0_http_import",
|
|
jar = "@jspecify-1_0_0_http//file",
|
|
source_jar = "@jspecify-1_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lifecycle-runtime-desktop-2_9_0-alpha08_http_import",
|
|
jar = "@lifecycle-runtime-desktop-2_9_0-alpha08_http//file",
|
|
source_jar = "@lifecycle-runtime-desktop-2_9_0-alpha08-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lifecycle-common-2_9_0-alpha08_http_import",
|
|
jar = "@lifecycle-common-2_9_0-alpha08_http//file",
|
|
source_jar = "@lifecycle-common-2_9_0-alpha08-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "annotation-1_8_1_http_import",
|
|
jar = "@annotation-1_8_1_http//file",
|
|
source_jar = "@annotation-1_8_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "atomicfu-0_17_0_http_import",
|
|
jar = "@atomicfu-0_17_0_http//file",
|
|
source_jar = "@atomicfu-0_17_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lifecycle-viewmodel-desktop-2_9_0-alpha08_http_import",
|
|
jar = "@lifecycle-viewmodel-desktop-2_9_0-alpha08_http//file",
|
|
source_jar = "@lifecycle-viewmodel-desktop-2_9_0-alpha08-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lifecycle-runtime-compose-desktop-2_9_0-alpha04_http_import",
|
|
jar = "@lifecycle-runtime-compose-desktop-2_9_0-alpha04_http//file",
|
|
source_jar = "@lifecycle-runtime-compose-desktop-2_9_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "runtime-saveable-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@runtime-saveable-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@runtime-saveable-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-backhandler-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@ui-backhandler-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-backhandler-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-graphics-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@ui-graphics-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-graphics-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-unit-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@ui-unit-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-unit-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-text-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@ui-text-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-text-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ui-util-desktop-1_8_0-alpha04_http_import",
|
|
jar = "@ui-util-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-util-desktop-1_8_0-alpha04-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "atomicfu-jvm-0_23_2_http_import",
|
|
jar = "@atomicfu-jvm-0_23_2_http//file",
|
|
source_jar = "@atomicfu-jvm-0_23_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-hamcrest-hamcrest-core",
|
|
jar = "@hamcrest-core-1_3_http//file",
|
|
source_jar = "@hamcrest-core-1_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-annotations",
|
|
jar = "@annotations-23_0_0_http//file",
|
|
source_jar = "@annotations-23_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-desktop-desktop",
|
|
jar = "@desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@desktop-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-desktop-desktop-jvm",
|
|
jar = "@desktop-jvm-1_8_0-alpha04_http//file",
|
|
source_jar = "@desktop-jvm-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-runtime-runtime",
|
|
jar = "@runtime-1_8_0-alpha04_http//file",
|
|
source_jar = "@runtime-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-runtime-runtime2",
|
|
jar = "@runtime-1_8_0-alpha04_http//file",
|
|
source_jar = "@runtime-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-runtime-runtime3",
|
|
jar = "@runtime-1_8_0-alpha04_http//file",
|
|
source_jar = "@runtime-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui",
|
|
jar = "@ui-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-test",
|
|
jar = "@ui-test-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-test-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-test-desktop",
|
|
jar = "@ui-test-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-test-desktop-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-test-junit4",
|
|
jar = "@ui-test-junit4-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-test-junit4-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-test-junit4-desktop",
|
|
jar = "@ui-test-junit4-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-test-junit4-desktop-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-text",
|
|
jar = "@ui-text-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-text-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-tooling-preview",
|
|
jar = "@ui-tooling-preview-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-tooling-preview-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-tooling-preview-desktop",
|
|
jar = "@ui-tooling-preview-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-tooling-preview-desktop-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui-unit",
|
|
jar = "@ui-unit-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-unit-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-compose-foundation-desktop-junit-org-jetbrains-compose-ui-ui2",
|
|
jar = "@ui-1_8_0-alpha04_http//file",
|
|
source_jar = "@ui-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-dokka-jetbrains-dokka-analysis-kotlin-descriptors",
|
|
jar = "@analysis-kotlin-descriptors-2_0_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-dokka-jetbrains-dokka-analysis-kotlin-descriptors-provided",
|
|
exports = [":libraries-dokka-jetbrains-dokka-analysis-kotlin-descriptors"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-dokka-jetbrains-dokka-cli",
|
|
jar = "@dokka-cli-2_0_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-dokka-jetbrains-dokka-cli-provided",
|
|
exports = [":libraries-dokka-jetbrains-dokka-cli"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-dokka-jetbrains-dokka-javadoc-plugin",
|
|
exports = [
|
|
":javadoc-plugin-2_0_0_http_import",
|
|
":dokka-base-2_0_0_http_import",
|
|
":freemarker-2_3_32_http_import",
|
|
":kotlin-as-java-plugin-2_0_0_http_import",
|
|
":korte-jvm-4_0_10_http_import",
|
|
":kotlinx-html-jvm-0_9_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javadoc-plugin-2_0_0_http_import",
|
|
jar = "@javadoc-plugin-2_0_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "dokka-base-2_0_0_http_import",
|
|
jar = "@dokka-base-2_0_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-as-java-plugin-2_0_0_http_import",
|
|
jar = "@kotlin-as-java-plugin-2_0_0_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "korte-jvm-4_0_10_http_import",
|
|
jar = "@korte-jvm-4_0_10_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlinx-html-jvm-0_9_1_http_import",
|
|
jar = "@kotlinx-html-jvm-0_9_1_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-dokka-jetbrains-dokka-javadoc-plugin-provided",
|
|
exports = [":libraries-dokka-jetbrains-dokka-javadoc-plugin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-hamcrest-more-matchers-github-seregamorph-hamcrest-more-matchers",
|
|
jar = "@hamcrest-more-matchers-0_1_http//file",
|
|
source_jar = "@hamcrest-more-matchers-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "libraries-ktor-client-cio-ktor-client-cio-internal",
|
|
exports = [
|
|
":ktor-client-cio-jvm-3_0_3_http_import",
|
|
":ktor-http-cio-jvm-3_0_3_http_import",
|
|
":ktor-network-tls-jvm-3_0_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-skiko-jetbrains-skiko-awt-compose",
|
|
jar = "@skiko-awt-0_9_2_http//file",
|
|
source_jar = "@skiko-awt-0_9_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libraries-skiko-jetbrains-skiko-awt-runtime-all",
|
|
jar = "@skiko-awt-runtime-all-0_9_2_http//file",
|
|
source_jar = "@skiko-awt-runtime-all-0_9_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "libthrift",
|
|
jar = "@libthrift-0_19_0_http//file",
|
|
source_jar = "@libthrift-0_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "log4_j",
|
|
jar = "@log4j-over-slf4j-1_7_36_http//file",
|
|
source_jar = "@log4j-over-slf4j-1_7_36-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-analysis-common",
|
|
jar = "@lucene-analysis-common-9_12_0_http//file",
|
|
source_jar = "@lucene-analysis-common-9_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-codecs",
|
|
jar = "@lucene-codecs-9_12_0_http//file",
|
|
source_jar = "@lucene-codecs-9_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-core",
|
|
jar = "@lucene-core-9_12_0_http//file",
|
|
source_jar = "@lucene-core-9_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-highlighter",
|
|
jar = "@lucene-highlighter-9_12_0_http//file",
|
|
source_jar = "@lucene-highlighter-9_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-memory",
|
|
jar = "@lucene-memory-9_12_0_http//file",
|
|
source_jar = "@lucene-memory-9_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-queries",
|
|
jar = "@lucene-queries-9_12_0_http//file",
|
|
source_jar = "@lucene-queries-9_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-queryparser",
|
|
jar = "@lucene-queryparser-9_12_0_http//file",
|
|
source_jar = "@lucene-queryparser-9_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-sandbox",
|
|
jar = "@lucene-sandbox-9_12_0_http//file",
|
|
source_jar = "@lucene-sandbox-9_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-suggest",
|
|
jar = "@lucene-suggest-9_12_0_http//file",
|
|
source_jar = "@lucene-suggest-9_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lz4-java",
|
|
jar = "@lz4-java-1_8_0_http//file",
|
|
source_jar = "@lz4-java-1_8_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-common-org-apache-maven-maven-artifact-3-0-5",
|
|
exports = [
|
|
":maven-artifact-3_0_5_http_import",
|
|
":plexus-utils-2_0_6_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact-3_0_5_http_import",
|
|
jar = "@maven-artifact-3_0_5_http//file",
|
|
source_jar = "@maven-artifact-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-utils-2_0_6_http_import",
|
|
jar = "@plexus-utils-2_0_6_http//file",
|
|
source_jar = "@plexus-utils-2_0_6-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-common-org-apache-maven-maven-artifact-3-0-5-provided",
|
|
exports = [":maven-artifact_resolver-common-org-apache-maven-maven-artifact-3-0-5"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-apache-maven-maven-core-3-0-5",
|
|
exports = [
|
|
":maven-core-3_0_5_http_import",
|
|
":maven-model-3_0_5_http_import",
|
|
":maven-settings-3_0_5_http_import",
|
|
":maven-settings-builder-3_0_5_http_import",
|
|
":maven-repository-metadata-3_0_5_http_import",
|
|
":maven-artifact-3_0_5_http_import",
|
|
":maven-plugin-api-3_0_5_http_import",
|
|
":maven-model-builder-3_0_5_http_import",
|
|
":maven-aether-provider-3_0_5_http_import",
|
|
":aether-spi-1_13_1_http_import",
|
|
":aether-impl-1_13_1_http_import",
|
|
":aether-api-1_13_1_http_import",
|
|
":aether-util-1_13_1_http_import",
|
|
":sisu-inject-plexus-2_3_0_http_import",
|
|
":sisu-inject-bean-2_3_0_http_import",
|
|
":plexus-interpolation-1_14_http_import",
|
|
":plexus-utils-2_0_6_http_import",
|
|
":plexus-classworlds-2_4_http_import",
|
|
":plexus-component-annotations-1_5_5_http_import",
|
|
":plexus-sec-dispatcher-1_3_http_import",
|
|
":plexus-cipher-1_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-core-3_0_5_http_import",
|
|
jar = "@maven-core-3_0_5_http//file",
|
|
source_jar = "@maven-core-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-3_0_5_http_import",
|
|
jar = "@maven-model-3_0_5_http//file",
|
|
source_jar = "@maven-model-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-3_0_5_http_import",
|
|
jar = "@maven-settings-3_0_5_http//file",
|
|
source_jar = "@maven-settings-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-builder-3_0_5_http_import",
|
|
jar = "@maven-settings-builder-3_0_5_http//file",
|
|
source_jar = "@maven-settings-builder-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-repository-metadata-3_0_5_http_import",
|
|
jar = "@maven-repository-metadata-3_0_5_http//file",
|
|
source_jar = "@maven-repository-metadata-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-plugin-api-3_0_5_http_import",
|
|
jar = "@maven-plugin-api-3_0_5_http//file",
|
|
source_jar = "@maven-plugin-api-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-builder-3_0_5_http_import",
|
|
jar = "@maven-model-builder-3_0_5_http//file",
|
|
source_jar = "@maven-model-builder-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-aether-provider-3_0_5_http_import",
|
|
jar = "@maven-aether-provider-3_0_5_http//file",
|
|
source_jar = "@maven-aether-provider-3_0_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aether-spi-1_13_1_http_import",
|
|
jar = "@aether-spi-1_13_1_http//file",
|
|
source_jar = "@aether-spi-1_13_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aether-impl-1_13_1_http_import",
|
|
jar = "@aether-impl-1_13_1_http//file",
|
|
source_jar = "@aether-impl-1_13_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aether-api-1_13_1_http_import",
|
|
jar = "@aether-api-1_13_1_http//file",
|
|
source_jar = "@aether-api-1_13_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aether-util-1_13_1_http_import",
|
|
jar = "@aether-util-1_13_1_http//file",
|
|
source_jar = "@aether-util-1_13_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "sisu-inject-plexus-2_3_0_http_import",
|
|
jar = "@sisu-inject-plexus-2_3_0_http//file",
|
|
source_jar = "@sisu-inject-plexus-2_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "sisu-inject-bean-2_3_0_http_import",
|
|
jar = "@sisu-inject-bean-2_3_0_http//file",
|
|
source_jar = "@sisu-inject-bean-2_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-interpolation-1_14_http_import",
|
|
jar = "@plexus-interpolation-1_14_http//file",
|
|
source_jar = "@plexus-interpolation-1_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-classworlds-2_4_http_import",
|
|
jar = "@plexus-classworlds-2_4_http//file",
|
|
source_jar = "@plexus-classworlds-2_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-component-annotations-1_5_5_http_import",
|
|
jar = "@plexus-component-annotations-1_5_5_http//file",
|
|
source_jar = "@plexus-component-annotations-1_5_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-sec-dispatcher-1_3_http_import",
|
|
jar = "@plexus-sec-dispatcher-1_3_http//file",
|
|
source_jar = "@plexus-sec-dispatcher-1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-cipher-1_4_http_import",
|
|
jar = "@plexus-cipher-1_4_http//file",
|
|
source_jar = "@plexus-cipher-1_4-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-apache-maven-maven-core-3-0-5-provided",
|
|
exports = [":maven-artifact_resolver-m31-org-apache-maven-maven-core-3-0-5"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact_resolver-m31-org-codehaus-plexus-plexus-component-annotations-1-5-5",
|
|
jar = "@plexus-component-annotations-1_5_5_http//file",
|
|
source_jar = "@plexus-component-annotations-1_5_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-codehaus-plexus-plexus-component-annotations-1-5-5-provided",
|
|
exports = [":maven-artifact_resolver-m31-org-codehaus-plexus-plexus-component-annotations-1-5-5"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact_resolver-m31-org-eclipse-aether-aether-api-0-9-0-_m2",
|
|
jar = "@aether-api-0_9_0_M2_http//file",
|
|
source_jar = "@aether-api-0_9_0_M2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-eclipse-aether-aether-api-0-9-0-_m2-provided",
|
|
exports = [":maven-artifact_resolver-m31-org-eclipse-aether-aether-api-0-9-0-_m2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-sonatype-sisu-sisu-guice-no_aop-3-1-0",
|
|
exports = [
|
|
":sisu-guice-3_1_0_http_import",
|
|
":javax_inject-1_http_import",
|
|
":sisu-guava-0_9_9_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "sisu-guice-3_1_0_http_import",
|
|
jar = "@sisu-guice-3_1_0_http//file",
|
|
source_jar = "@sisu-guice-3_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_inject-1_http_import",
|
|
jar = "@javax_inject-1_http//file",
|
|
source_jar = "@javax_inject-1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "sisu-guava-0_9_9_http_import",
|
|
jar = "@sisu-guava-0_9_9_http//file",
|
|
source_jar = "@sisu-guava-0_9_9-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-artifact_resolver-m31-org-sonatype-sisu-sisu-guice-no_aop-3-1-0-provided",
|
|
exports = [":maven-artifact_resolver-m31-org-sonatype-sisu-sisu-guice-no_aop-3-1-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-jetbrains-idea-maven-indexer-api-rt",
|
|
jar = "@maven-indexer-api-rt-2023_2_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-plexus-archiver",
|
|
jar = "@plexus-archiver-4_8_0_http//file",
|
|
source_jar = "@plexus-archiver-4_8_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-resolver-provider",
|
|
exports = [
|
|
":maven-resolver-provider-3_9_9_http_import",
|
|
":maven-model-3_9_9_http_import",
|
|
":maven-model-builder-3_9_9_http_import",
|
|
":plexus-interpolation-1_27_http_import",
|
|
":maven-artifact-3_9_9_http_import",
|
|
":maven-builder-support-3_9_9_http_import",
|
|
":org_eclipse_sisu_inject-0_9_0_M3_http_import",
|
|
":maven-repository-metadata-3_9_9_http_import",
|
|
":maven-resolver-api-1_9_22_http_import",
|
|
":maven-resolver-spi-1_9_22_http_import",
|
|
":maven-resolver-util-1_9_22_http_import",
|
|
":maven-resolver-impl-1_9_22_http_import",
|
|
":maven-resolver-named-locks-1_9_22_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-provider-3_9_9_http_import",
|
|
jar = "@maven-resolver-provider-3_9_9_http//file",
|
|
source_jar = "@maven-resolver-provider-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-3_9_9_http_import",
|
|
jar = "@maven-model-3_9_9_http//file",
|
|
source_jar = "@maven-model-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-builder-3_9_9_http_import",
|
|
jar = "@maven-model-builder-3_9_9_http//file",
|
|
source_jar = "@maven-model-builder-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-interpolation-1_27_http_import",
|
|
jar = "@plexus-interpolation-1_27_http//file",
|
|
source_jar = "@plexus-interpolation-1_27-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact-3_9_9_http_import",
|
|
jar = "@maven-artifact-3_9_9_http//file",
|
|
source_jar = "@maven-artifact-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-builder-support-3_9_9_http_import",
|
|
jar = "@maven-builder-support-3_9_9_http//file",
|
|
source_jar = "@maven-builder-support-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu_inject-0_9_0_M3_http_import",
|
|
jar = "@org_eclipse_sisu_inject-0_9_0_M3_http//file",
|
|
source_jar = "@org_eclipse_sisu_inject-0_9_0_M3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-repository-metadata-3_9_9_http_import",
|
|
jar = "@maven-repository-metadata-3_9_9_http//file",
|
|
source_jar = "@maven-repository-metadata-3_9_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-api-1_9_22_http_import",
|
|
jar = "@maven-resolver-api-1_9_22_http//file",
|
|
source_jar = "@maven-resolver-api-1_9_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-spi-1_9_22_http_import",
|
|
jar = "@maven-resolver-spi-1_9_22_http//file",
|
|
source_jar = "@maven-resolver-spi-1_9_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-util-1_9_22_http_import",
|
|
jar = "@maven-resolver-util-1_9_22_http//file",
|
|
source_jar = "@maven-resolver-util-1_9_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-impl-1_9_22_http_import",
|
|
jar = "@maven-resolver-impl-1_9_22_http//file",
|
|
source_jar = "@maven-resolver-impl-1_9_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-named-locks-1_9_22_http_import",
|
|
jar = "@maven-resolver-named-locks-1_9_22_http//file",
|
|
source_jar = "@maven-resolver-named-locks-1_9_22-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-event_listener-com-google-inject-guice-no_aop-4-0",
|
|
exports = [
|
|
":guice-4_0_http_import",
|
|
":javax_inject-1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guice-4_0_http_import",
|
|
jar = "@guice-4_0_http//file",
|
|
source_jar = "@guice-4_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-event_listener-com-google-inject-guice-no_aop-4-0-provided",
|
|
exports = [":maven-server-event_listener-com-google-inject-guice-no_aop-4-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-event_listener-org-apache-maven-maven-core-3-3-9",
|
|
exports = [
|
|
":maven-core-3_3_9_http_import",
|
|
":maven-model-3_3_9_http_import",
|
|
":maven-settings-3_3_9_http_import",
|
|
":maven-settings-builder-3_3_9_http_import",
|
|
":maven-builder-support-3_3_9_http_import",
|
|
":maven-repository-metadata-3_3_9_http_import",
|
|
":maven-artifact-3_3_9_http_import",
|
|
":maven-plugin-api-3_3_9_http_import",
|
|
":maven-model-builder-3_3_9_http_import",
|
|
":guava-18_0_http_import",
|
|
":maven-aether-provider-3_3_9_http_import",
|
|
":aether-spi-1_0_2_v20150114_http_import",
|
|
":aether-impl-1_0_2_v20150114_http_import",
|
|
":aether-api-1_0_2_v20150114_http_import",
|
|
":aether-util-1_0_2_v20150114_http_import",
|
|
":org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
":cdi-api-1_0_http_import",
|
|
":jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu_inject-0_3_2_http_import",
|
|
":plexus-interpolation-1_21_http_import",
|
|
":plexus-utils-3_0_22_http_import",
|
|
":plexus-classworlds-2_5_2_http_import",
|
|
":plexus-component-annotations-1_6_http_import",
|
|
":plexus-sec-dispatcher-1_3_http_import",
|
|
":plexus-cipher-1_4_http_import",
|
|
":commons-lang3-3_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-core-3_3_9_http_import",
|
|
jar = "@maven-core-3_3_9_http//file",
|
|
source_jar = "@maven-core-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-3_3_9_http_import",
|
|
jar = "@maven-model-3_3_9_http//file",
|
|
source_jar = "@maven-model-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-3_3_9_http_import",
|
|
jar = "@maven-settings-3_3_9_http//file",
|
|
source_jar = "@maven-settings-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-builder-3_3_9_http_import",
|
|
jar = "@maven-settings-builder-3_3_9_http//file",
|
|
source_jar = "@maven-settings-builder-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-builder-support-3_3_9_http_import",
|
|
jar = "@maven-builder-support-3_3_9_http//file",
|
|
source_jar = "@maven-builder-support-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-repository-metadata-3_3_9_http_import",
|
|
jar = "@maven-repository-metadata-3_3_9_http//file",
|
|
source_jar = "@maven-repository-metadata-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact-3_3_9_http_import",
|
|
jar = "@maven-artifact-3_3_9_http//file",
|
|
source_jar = "@maven-artifact-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-plugin-api-3_3_9_http_import",
|
|
jar = "@maven-plugin-api-3_3_9_http//file",
|
|
source_jar = "@maven-plugin-api-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-builder-3_3_9_http_import",
|
|
jar = "@maven-model-builder-3_3_9_http//file",
|
|
source_jar = "@maven-model-builder-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guava-18_0_http_import",
|
|
jar = "@guava-18_0_http//file",
|
|
source_jar = "@guava-18_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-aether-provider-3_3_9_http_import",
|
|
jar = "@maven-aether-provider-3_3_9_http//file",
|
|
source_jar = "@maven-aether-provider-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aether-spi-1_0_2_v20150114_http_import",
|
|
jar = "@aether-spi-1_0_2_v20150114_http//file",
|
|
source_jar = "@aether-spi-1_0_2_v20150114-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aether-impl-1_0_2_v20150114_http_import",
|
|
jar = "@aether-impl-1_0_2_v20150114_http//file",
|
|
source_jar = "@aether-impl-1_0_2_v20150114-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aether-api-1_0_2_v20150114_http_import",
|
|
jar = "@aether-api-1_0_2_v20150114_http//file",
|
|
source_jar = "@aether-api-1_0_2_v20150114-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aether-util-1_0_2_v20150114_http_import",
|
|
jar = "@aether-util-1_0_2_v20150114_http//file",
|
|
source_jar = "@aether-util-1_0_2_v20150114-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
jar = "@org_eclipse_sisu_plexus-0_3_2_http//file",
|
|
source_jar = "@org_eclipse_sisu_plexus-0_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "cdi-api-1_0_http_import",
|
|
jar = "@cdi-api-1_0_http//file",
|
|
source_jar = "@cdi-api-1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jsr250-api-1_0_http_import",
|
|
jar = "@jsr250-api-1_0_http//file",
|
|
source_jar = "@jsr250-api-1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu_inject-0_3_2_http_import",
|
|
jar = "@org_eclipse_sisu_inject-0_3_2_http//file",
|
|
source_jar = "@org_eclipse_sisu_inject-0_3_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-interpolation-1_21_http_import",
|
|
jar = "@plexus-interpolation-1_21_http//file",
|
|
source_jar = "@plexus-interpolation-1_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-utils-3_0_22_http_import",
|
|
jar = "@plexus-utils-3_0_22_http//file",
|
|
source_jar = "@plexus-utils-3_0_22-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-classworlds-2_5_2_http_import",
|
|
jar = "@plexus-classworlds-2_5_2_http//file",
|
|
source_jar = "@plexus-classworlds-2_5_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-component-annotations-1_6_http_import",
|
|
jar = "@plexus-component-annotations-1_6_http//file",
|
|
source_jar = "@plexus-component-annotations-1_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-lang3-3_4_http_import",
|
|
jar = "@commons-lang3-3_4_http//file",
|
|
source_jar = "@commons-lang3-3_4-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-event_listener-org-apache-maven-maven-core-3-3-9-provided",
|
|
exports = [":maven-server-event_listener-org-apache-maven-maven-core-3-3-9"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-indexer-apache-maven-archetype-catalog-no-trans-321",
|
|
jar = "@archetype-catalog-3_2_1_http//file",
|
|
source_jar = "@archetype-catalog-3_2_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-indexer-apache-maven-archetype-common-no-trans-3-2-1",
|
|
jar = "@archetype-common-3_2_1_http//file",
|
|
source_jar = "@archetype-common-3_2_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-indexer-apache-maven-core-3-8-3",
|
|
exports = [
|
|
":maven-core-3_8_3_http_import",
|
|
":maven-model-3_8_3_http_import",
|
|
":maven-settings-3_8_3_http_import",
|
|
":maven-settings-builder-3_8_3_http_import",
|
|
":plexus-sec-dispatcher-2_0_http_import",
|
|
":plexus-cipher-2_0_http_import",
|
|
":maven-builder-support-3_8_3_http_import",
|
|
":maven-repository-metadata-3_8_3_http_import",
|
|
":maven-artifact-3_8_3_http_import",
|
|
":maven-plugin-api-3_8_3_http_import",
|
|
":maven-model-builder-3_8_3_http_import",
|
|
":maven-resolver-provider-3_8_3_http_import",
|
|
":maven-resolver-impl-1_6_3_http_import",
|
|
":maven-resolver-api-1_6_3_http_import",
|
|
":maven-resolver-spi-1_6_3_http_import",
|
|
":maven-resolver-util-1_6_3_http_import",
|
|
":maven-shared-utils-3_3_4_http_import",
|
|
":commons-io-2_6_http_import",
|
|
":org_eclipse_sisu_plexus-0_3_5_http_import",
|
|
":javax_annotation-api-1_2_http_import",
|
|
":org_eclipse_sisu_inject-0_3_5_http_import",
|
|
":guice-4_2_2-no_aop_http_import",
|
|
":aopalliance-1_0_http_import",
|
|
":guava-25_1-android_http_import",
|
|
":jsr305-3_0_2_http_import",
|
|
":checker-compat-qual-2_0_0_http_import",
|
|
":error_prone_annotations-2_1_3_http_import",
|
|
":j2objc-annotations-1_1_http_import",
|
|
":animal-sniffer-annotations-1_14_http_import",
|
|
":javax_inject-1_http_import",
|
|
":plexus-utils-3_3_0_http_import",
|
|
":plexus-classworlds-2_6_0_http_import",
|
|
":plexus-interpolation-1_26_http_import",
|
|
":plexus-component-annotations-2_1_0_http_import",
|
|
":commons-lang3-3_8_1_http_import",
|
|
":slf4j-api-1_7_32_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-core-3_8_3_http_import",
|
|
jar = "@maven-core-3_8_3_http//file",
|
|
source_jar = "@maven-core-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-3_8_3_http_import",
|
|
jar = "@maven-model-3_8_3_http//file",
|
|
source_jar = "@maven-model-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-3_8_3_http_import",
|
|
jar = "@maven-settings-3_8_3_http//file",
|
|
source_jar = "@maven-settings-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-builder-3_8_3_http_import",
|
|
jar = "@maven-settings-builder-3_8_3_http//file",
|
|
source_jar = "@maven-settings-builder-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-sec-dispatcher-2_0_http_import",
|
|
jar = "@plexus-sec-dispatcher-2_0_http//file",
|
|
source_jar = "@plexus-sec-dispatcher-2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-cipher-2_0_http_import",
|
|
jar = "@plexus-cipher-2_0_http//file",
|
|
source_jar = "@plexus-cipher-2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-builder-support-3_8_3_http_import",
|
|
jar = "@maven-builder-support-3_8_3_http//file",
|
|
source_jar = "@maven-builder-support-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-repository-metadata-3_8_3_http_import",
|
|
jar = "@maven-repository-metadata-3_8_3_http//file",
|
|
source_jar = "@maven-repository-metadata-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact-3_8_3_http_import",
|
|
jar = "@maven-artifact-3_8_3_http//file",
|
|
source_jar = "@maven-artifact-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-plugin-api-3_8_3_http_import",
|
|
jar = "@maven-plugin-api-3_8_3_http//file",
|
|
source_jar = "@maven-plugin-api-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-builder-3_8_3_http_import",
|
|
jar = "@maven-model-builder-3_8_3_http//file",
|
|
source_jar = "@maven-model-builder-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-provider-3_8_3_http_import",
|
|
jar = "@maven-resolver-provider-3_8_3_http//file",
|
|
source_jar = "@maven-resolver-provider-3_8_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-impl-1_6_3_http_import",
|
|
jar = "@maven-resolver-impl-1_6_3_http//file",
|
|
source_jar = "@maven-resolver-impl-1_6_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-api-1_6_3_http_import",
|
|
jar = "@maven-resolver-api-1_6_3_http//file",
|
|
source_jar = "@maven-resolver-api-1_6_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-spi-1_6_3_http_import",
|
|
jar = "@maven-resolver-spi-1_6_3_http//file",
|
|
source_jar = "@maven-resolver-spi-1_6_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-util-1_6_3_http_import",
|
|
jar = "@maven-resolver-util-1_6_3_http//file",
|
|
source_jar = "@maven-resolver-util-1_6_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-shared-utils-3_3_4_http_import",
|
|
jar = "@maven-shared-utils-3_3_4_http//file",
|
|
source_jar = "@maven-shared-utils-3_3_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-io-2_6_http_import",
|
|
jar = "@commons-io-2_6_http//file",
|
|
source_jar = "@commons-io-2_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu_plexus-0_3_5_http_import",
|
|
jar = "@org_eclipse_sisu_plexus-0_3_5_http//file",
|
|
source_jar = "@org_eclipse_sisu_plexus-0_3_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "javax_annotation-api-1_2_http_import",
|
|
jar = "@javax_annotation-api-1_2_http//file",
|
|
source_jar = "@javax_annotation-api-1_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu_inject-0_3_5_http_import",
|
|
jar = "@org_eclipse_sisu_inject-0_3_5_http//file",
|
|
source_jar = "@org_eclipse_sisu_inject-0_3_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guice-4_2_2-no_aop_http_import",
|
|
jar = "@guice-4_2_2-no_aop_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aopalliance-1_0_http_import",
|
|
jar = "@aopalliance-1_0_http//file",
|
|
source_jar = "@aopalliance-1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guava-25_1-android_http_import",
|
|
jar = "@guava-25_1-android_http//file",
|
|
source_jar = "@guava-25_1-android-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jsr305-3_0_2_http_import",
|
|
jar = "@jsr305-3_0_2_http//file",
|
|
source_jar = "@jsr305-3_0_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "checker-compat-qual-2_0_0_http_import",
|
|
jar = "@checker-compat-qual-2_0_0_http//file",
|
|
source_jar = "@checker-compat-qual-2_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "error_prone_annotations-2_1_3_http_import",
|
|
jar = "@error_prone_annotations-2_1_3_http//file",
|
|
source_jar = "@error_prone_annotations-2_1_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "j2objc-annotations-1_1_http_import",
|
|
jar = "@j2objc-annotations-1_1_http//file",
|
|
source_jar = "@j2objc-annotations-1_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "animal-sniffer-annotations-1_14_http_import",
|
|
jar = "@animal-sniffer-annotations-1_14_http//file",
|
|
source_jar = "@animal-sniffer-annotations-1_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-utils-3_3_0_http_import",
|
|
jar = "@plexus-utils-3_3_0_http//file",
|
|
source_jar = "@plexus-utils-3_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-classworlds-2_6_0_http_import",
|
|
jar = "@plexus-classworlds-2_6_0_http//file",
|
|
source_jar = "@plexus-classworlds-2_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-interpolation-1_26_http_import",
|
|
jar = "@plexus-interpolation-1_26_http//file",
|
|
source_jar = "@plexus-interpolation-1_26-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-component-annotations-2_1_0_http_import",
|
|
jar = "@plexus-component-annotations-2_1_0_http//file",
|
|
source_jar = "@plexus-component-annotations-2_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-lang3-3_8_1_http_import",
|
|
jar = "@commons-lang3-3_8_1_http//file",
|
|
source_jar = "@commons-lang3-3_8_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-api-1_7_32_http_import",
|
|
jar = "@slf4j-api-1_7_32_http//file",
|
|
source_jar = "@slf4j-api-1_7_32-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-indexer-apache-maven-indexer-core-6-2-2",
|
|
exports = [
|
|
":indexer-core-6_2_2_http_import",
|
|
":slf4j-api-1_7_36_http_import",
|
|
":lucene-core-8_11_1_http_import",
|
|
":lucene-queryparser-8_11_1_http_import",
|
|
":lucene-queries-8_11_1_http_import",
|
|
":lucene-sandbox-8_11_1_http_import",
|
|
":lucene-analyzers-common-8_11_1_http_import",
|
|
":lucene-backward-codecs-8_11_1_http_import",
|
|
":lucene-highlighter-8_11_1_http_import",
|
|
":lucene-memory-8_11_1_http_import",
|
|
":maven-resolver-api-1_8_0_http_import",
|
|
":maven-resolver-util-1_8_0_http_import",
|
|
":maven-model-3_8_5_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "indexer-core-6_2_2_http_import",
|
|
jar = "@indexer-core-6_2_2_http//file",
|
|
source_jar = "@indexer-core-6_2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-api-1_7_36_http_import",
|
|
jar = "@slf4j-api-1_7_36_http//file",
|
|
source_jar = "@slf4j-api-1_7_36-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-core-8_11_1_http_import",
|
|
jar = "@lucene-core-8_11_1_http//file",
|
|
source_jar = "@lucene-core-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-queryparser-8_11_1_http_import",
|
|
jar = "@lucene-queryparser-8_11_1_http//file",
|
|
source_jar = "@lucene-queryparser-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-queries-8_11_1_http_import",
|
|
jar = "@lucene-queries-8_11_1_http//file",
|
|
source_jar = "@lucene-queries-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-sandbox-8_11_1_http_import",
|
|
jar = "@lucene-sandbox-8_11_1_http//file",
|
|
source_jar = "@lucene-sandbox-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-analyzers-common-8_11_1_http_import",
|
|
jar = "@lucene-analyzers-common-8_11_1_http//file",
|
|
source_jar = "@lucene-analyzers-common-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-backward-codecs-8_11_1_http_import",
|
|
jar = "@lucene-backward-codecs-8_11_1_http//file",
|
|
source_jar = "@lucene-backward-codecs-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-highlighter-8_11_1_http_import",
|
|
jar = "@lucene-highlighter-8_11_1_http//file",
|
|
source_jar = "@lucene-highlighter-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "lucene-memory-8_11_1_http_import",
|
|
jar = "@lucene-memory-8_11_1_http//file",
|
|
source_jar = "@lucene-memory-8_11_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-api-1_8_0_http_import",
|
|
jar = "@maven-resolver-api-1_8_0_http//file",
|
|
source_jar = "@maven-resolver-api-1_8_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-util-1_8_0_http_import",
|
|
jar = "@maven-resolver-util-1_8_0_http//file",
|
|
source_jar = "@maven-resolver-util-1_8_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-3_8_5_http_import",
|
|
jar = "@maven-model-3_8_5_http//file",
|
|
source_jar = "@maven-model-3_8_5-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-indexer-apache-maven-indexer-core-6-2-2-provided",
|
|
exports = [":maven-server-indexer-apache-maven-indexer-core-6-2-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-indexer-apache-maven-wagon-provider-api-3-5-2",
|
|
jar = "@wagon-provider-api-3_5_2_http//file",
|
|
source_jar = "@wagon-provider-api-3_5_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-com-google-inject-guicen-no_aop-4-2-1",
|
|
exports = [
|
|
":guice-4_2_1_http_import",
|
|
":javax_inject-1_http_import",
|
|
":guava-25_1-android_http_import",
|
|
":jsr305-3_0_2_http_import",
|
|
":checker-compat-qual-2_0_0_http_import",
|
|
":error_prone_annotations-2_1_3_http_import",
|
|
":j2objc-annotations-1_1_http_import",
|
|
":animal-sniffer-annotations-1_14_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guice-4_2_1_http_import",
|
|
jar = "@guice-4_2_1_http//file",
|
|
source_jar = "@guice-4_2_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-com-google-inject-guicen-no_aop-4-2-1-provided",
|
|
exports = [":maven-server-m3-common-com-google-inject-guicen-no_aop-4-2-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-common-org-apache-lucene-lucene-core-2-4-1",
|
|
jar = "@lucene-core-2_4_1_http//file",
|
|
source_jar = "@lucene-core-2_4_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-lucene-lucene-core-2-4-1-provided",
|
|
exports = [":maven-server-m3-common-org-apache-lucene-lucene-core-2-4-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-archetype-archetype-common-2-2",
|
|
exports = [
|
|
":archetype-common-2_2_http_import",
|
|
":archetype-catalog-2_2_http_import",
|
|
":archetype-descriptor-2_2_http_import",
|
|
":archetype-registry-2_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "archetype-common-2_2_http_import",
|
|
jar = "@archetype-common-2_2_http//file",
|
|
source_jar = "@archetype-common-2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "archetype-catalog-2_2_http_import",
|
|
jar = "@archetype-catalog-2_2_http//file",
|
|
source_jar = "@archetype-catalog-2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "archetype-descriptor-2_2_http_import",
|
|
jar = "@archetype-descriptor-2_2_http//file",
|
|
source_jar = "@archetype-descriptor-2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "archetype-registry-2_2_http_import",
|
|
jar = "@archetype-registry-2_2_http//file",
|
|
source_jar = "@archetype-registry-2_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-archetype-archetype-common-2-2-provided",
|
|
exports = [":maven-server-m3-common-org-apache-maven-archetype-archetype-common-2-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-maven-compat-3-6-0",
|
|
exports = [
|
|
":maven-compat-3_6_0_http_import",
|
|
":maven-model-3_6_0_http_import",
|
|
":maven-model-builder-3_6_0_http_import",
|
|
":maven-builder-support-3_6_0_http_import",
|
|
":maven-settings-3_6_0_http_import",
|
|
":maven-settings-builder-3_6_0_http_import",
|
|
":plexus-sec-dispatcher-1_4_http_import",
|
|
":plexus-cipher-1_4_http_import",
|
|
":maven-artifact-3_6_0_http_import",
|
|
":commons-lang3-3_8_1_http_import",
|
|
":maven-core-3_6_0_http_import",
|
|
":maven-plugin-api-3_6_0_http_import",
|
|
":maven-resolver-spi-1_3_1_http_import",
|
|
":maven-shared-utils-3_2_1_http_import",
|
|
":commons-io-2_5_http_import",
|
|
":org_eclipse_sisu_inject-0_3_3_http_import",
|
|
":javax_inject-1_http_import",
|
|
":plexus-classworlds-2_5_2_http_import",
|
|
":maven-resolver-provider-3_6_0_http_import",
|
|
":slf4j-api-1_7_25_http_import",
|
|
":maven-repository-metadata-3_6_0_http_import",
|
|
":maven-resolver-api-1_3_1_http_import",
|
|
":maven-resolver-util-1_3_1_http_import",
|
|
":maven-resolver-impl-1_3_1_http_import",
|
|
":plexus-utils-3_1_0_http_import",
|
|
":plexus-interpolation-1_25_http_import",
|
|
":org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
":cdi-api-1_0_http_import",
|
|
":jsr250-api-1_0_http_import",
|
|
":plexus-component-annotations-1_7_1_http_import",
|
|
":wagon-provider-api-3_2_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-compat-3_6_0_http_import",
|
|
jar = "@maven-compat-3_6_0_http//file",
|
|
source_jar = "@maven-compat-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-3_6_0_http_import",
|
|
jar = "@maven-model-3_6_0_http//file",
|
|
source_jar = "@maven-model-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-builder-3_6_0_http_import",
|
|
jar = "@maven-model-builder-3_6_0_http//file",
|
|
source_jar = "@maven-model-builder-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-builder-support-3_6_0_http_import",
|
|
jar = "@maven-builder-support-3_6_0_http//file",
|
|
source_jar = "@maven-builder-support-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-3_6_0_http_import",
|
|
jar = "@maven-settings-3_6_0_http//file",
|
|
source_jar = "@maven-settings-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-builder-3_6_0_http_import",
|
|
jar = "@maven-settings-builder-3_6_0_http//file",
|
|
source_jar = "@maven-settings-builder-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-sec-dispatcher-1_4_http_import",
|
|
jar = "@plexus-sec-dispatcher-1_4_http//file",
|
|
source_jar = "@plexus-sec-dispatcher-1_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact-3_6_0_http_import",
|
|
jar = "@maven-artifact-3_6_0_http//file",
|
|
source_jar = "@maven-artifact-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-core-3_6_0_http_import",
|
|
jar = "@maven-core-3_6_0_http//file",
|
|
source_jar = "@maven-core-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-plugin-api-3_6_0_http_import",
|
|
jar = "@maven-plugin-api-3_6_0_http//file",
|
|
source_jar = "@maven-plugin-api-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-spi-1_3_1_http_import",
|
|
jar = "@maven-resolver-spi-1_3_1_http//file",
|
|
source_jar = "@maven-resolver-spi-1_3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-shared-utils-3_2_1_http_import",
|
|
jar = "@maven-shared-utils-3_2_1_http//file",
|
|
source_jar = "@maven-shared-utils-3_2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-io-2_5_http_import",
|
|
jar = "@commons-io-2_5_http//file",
|
|
source_jar = "@commons-io-2_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu_inject-0_3_3_http_import",
|
|
jar = "@org_eclipse_sisu_inject-0_3_3_http//file",
|
|
source_jar = "@org_eclipse_sisu_inject-0_3_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-provider-3_6_0_http_import",
|
|
jar = "@maven-resolver-provider-3_6_0_http//file",
|
|
source_jar = "@maven-resolver-provider-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-api-1_7_25_http_import",
|
|
jar = "@slf4j-api-1_7_25_http//file",
|
|
source_jar = "@slf4j-api-1_7_25-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-repository-metadata-3_6_0_http_import",
|
|
jar = "@maven-repository-metadata-3_6_0_http//file",
|
|
source_jar = "@maven-repository-metadata-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-api-1_3_1_http_import",
|
|
jar = "@maven-resolver-api-1_3_1_http//file",
|
|
source_jar = "@maven-resolver-api-1_3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-util-1_3_1_http_import",
|
|
jar = "@maven-resolver-util-1_3_1_http//file",
|
|
source_jar = "@maven-resolver-util-1_3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-impl-1_3_1_http_import",
|
|
jar = "@maven-resolver-impl-1_3_1_http//file",
|
|
source_jar = "@maven-resolver-impl-1_3_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-utils-3_1_0_http_import",
|
|
jar = "@plexus-utils-3_1_0_http//file",
|
|
source_jar = "@plexus-utils-3_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-interpolation-1_25_http_import",
|
|
jar = "@plexus-interpolation-1_25_http//file",
|
|
source_jar = "@plexus-interpolation-1_25-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
jar = "@org_eclipse_sisu_plexus-0_3_3_http//file",
|
|
source_jar = "@org_eclipse_sisu_plexus-0_3_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-component-annotations-1_7_1_http_import",
|
|
jar = "@plexus-component-annotations-1_7_1_http//file",
|
|
source_jar = "@plexus-component-annotations-1_7_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "wagon-provider-api-3_2_0_http_import",
|
|
jar = "@wagon-provider-api-3_2_0_http//file",
|
|
source_jar = "@wagon-provider-api-3_2_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-maven-compat-3-6-0-provided",
|
|
exports = [":maven-server-m3-common-org-apache-maven-maven-compat-3-6-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-common-org-apache-maven-shared-maven-dependency-tree-1-2",
|
|
jar = "@maven-dependency-tree-1_2_http//file",
|
|
source_jar = "@maven-dependency-tree-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-apache-maven-shared-maven-dependency-tree-1-2-provided",
|
|
exports = [":maven-server-m3-common-org-apache-maven-shared-maven-dependency-tree-1-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-common-org-sonatype-nexus-nexus-indexer-3-0-4",
|
|
jar = "@nexus-indexer-3_0_4_http//file",
|
|
source_jar = "@nexus-indexer-3_0_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-sonatype-nexus-nexus-indexer-3-0-4-provided",
|
|
exports = [":maven-server-m3-common-org-sonatype-nexus-nexus-indexer-3-0-4"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-common-org-sonatype-nexus-nexus-indexer-artifact-1-0-1",
|
|
jar = "@nexus-indexer-artifact-1_0_1_http//file",
|
|
source_jar = "@nexus-indexer-artifact-1_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-common-org-sonatype-nexus-nexus-indexer-artifact-1-0-1-provided",
|
|
exports = [":maven-server-m3-common-org-sonatype-nexus-nexus-indexer-artifact-1-0-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-com-google-inject-guice-no_aop-4-0",
|
|
exports = [
|
|
":guice-4_0_http_import",
|
|
":javax_inject-1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-com-google-inject-guice-no_aop-4-0-provided",
|
|
exports = [":maven-server-m3-impl-com-google-inject-guice-no_aop-4-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-archetype-archetype-catalog-2-2",
|
|
exports = [
|
|
":archetype-catalog-2_2_http_import",
|
|
":plexus-utils-1_5_8_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-utils-1_5_8_http_import",
|
|
jar = "@plexus-utils-1_5_8_http//file",
|
|
source_jar = "@plexus-utils-1_5_8-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-archetype-archetype-catalog-2-2-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-archetype-archetype-catalog-2-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-archetype-archetype-common-2-2",
|
|
exports = [
|
|
":archetype-common-2_2_http_import",
|
|
":archetype-catalog-2_2_http_import",
|
|
":archetype-descriptor-2_2_http_import",
|
|
":archetype-registry-2_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-archetype-archetype-common-2-2-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-archetype-archetype-common-2-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-compat-3-3-9",
|
|
exports = [
|
|
":maven-compat-3_3_9_http_import",
|
|
":maven-model-3_3_9_http_import",
|
|
":commons-lang3-3_4_http_import",
|
|
":maven-model-builder-3_3_9_http_import",
|
|
":maven-builder-support-3_3_9_http_import",
|
|
":guava-18_0_http_import",
|
|
":maven-settings-3_3_9_http_import",
|
|
":maven-artifact-3_3_9_http_import",
|
|
":maven-core-3_3_9_http_import",
|
|
":maven-settings-builder-3_3_9_http_import",
|
|
":maven-repository-metadata-3_3_9_http_import",
|
|
":maven-plugin-api-3_3_9_http_import",
|
|
":maven-aether-provider-3_3_9_http_import",
|
|
":aether-spi-1_0_2_v20150114_http_import",
|
|
":aether-impl-1_0_2_v20150114_http_import",
|
|
":aether-api-1_0_2_v20150114_http_import",
|
|
":aether-util-1_0_2_v20150114_http_import",
|
|
":plexus-classworlds-2_5_2_http_import",
|
|
":plexus-sec-dispatcher-1_3_http_import",
|
|
":plexus-cipher-1_4_http_import",
|
|
":plexus-utils-3_0_22_http_import",
|
|
":plexus-interpolation-1_21_http_import",
|
|
":org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
":cdi-api-1_0_http_import",
|
|
":jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu_inject-0_3_2_http_import",
|
|
":plexus-component-annotations-1_6_http_import",
|
|
":wagon-provider-api-2_10_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-compat-3_3_9_http_import",
|
|
jar = "@maven-compat-3_3_9_http//file",
|
|
source_jar = "@maven-compat-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "wagon-provider-api-2_10_http_import",
|
|
jar = "@wagon-provider-api-2_10_http//file",
|
|
source_jar = "@wagon-provider-api-2_10-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-compat-3-3-9-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-maven-compat-3-3-9"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-core-3-3-9",
|
|
exports = [
|
|
":maven-core-3_3_9_http_import",
|
|
":maven-model-3_3_9_http_import",
|
|
":maven-settings-3_3_9_http_import",
|
|
":maven-settings-builder-3_3_9_http_import",
|
|
":maven-builder-support-3_3_9_http_import",
|
|
":maven-repository-metadata-3_3_9_http_import",
|
|
":maven-artifact-3_3_9_http_import",
|
|
":maven-plugin-api-3_3_9_http_import",
|
|
":maven-model-builder-3_3_9_http_import",
|
|
":guava-18_0_http_import",
|
|
":maven-aether-provider-3_3_9_http_import",
|
|
":aether-spi-1_0_2_v20150114_http_import",
|
|
":aether-impl-1_0_2_v20150114_http_import",
|
|
":aether-api-1_0_2_v20150114_http_import",
|
|
":aether-util-1_0_2_v20150114_http_import",
|
|
":org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
":cdi-api-1_0_http_import",
|
|
":jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu_inject-0_3_2_http_import",
|
|
":plexus-interpolation-1_21_http_import",
|
|
":plexus-utils-3_0_22_http_import",
|
|
":plexus-classworlds-2_5_2_http_import",
|
|
":plexus-component-annotations-1_6_http_import",
|
|
":plexus-sec-dispatcher-1_3_http_import",
|
|
":plexus-cipher-1_4_http_import",
|
|
":commons-lang3-3_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-core-3-3-9-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-maven-core-3-3-9"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-embedder-3-3-9",
|
|
exports = [
|
|
":maven-embedder-3_3_9_http_import",
|
|
":maven-settings-3_3_9_http_import",
|
|
":maven-core-3_3_9_http_import",
|
|
":maven-model-3_3_9_http_import",
|
|
":maven-settings-builder-3_3_9_http_import",
|
|
":maven-repository-metadata-3_3_9_http_import",
|
|
":maven-artifact-3_3_9_http_import",
|
|
":maven-aether-provider-3_3_9_http_import",
|
|
":aether-spi-1_0_2_v20150114_http_import",
|
|
":aether-impl-1_0_2_v20150114_http_import",
|
|
":aether-api-1_0_2_v20150114_http_import",
|
|
":aether-util-1_0_2_v20150114_http_import",
|
|
":guice-4_0-no_aop_http_import",
|
|
":javax_inject-1_http_import",
|
|
":aopalliance-1_0_http_import",
|
|
":plexus-interpolation-1_21_http_import",
|
|
":maven-plugin-api-3_3_9_http_import",
|
|
":maven-model-builder-3_3_9_http_import",
|
|
":maven-builder-support-3_3_9_http_import",
|
|
":guava-18_0_http_import",
|
|
":maven-compat-3_3_9_http_import",
|
|
":wagon-provider-api-2_10_http_import",
|
|
":plexus-utils-3_0_22_http_import",
|
|
":plexus-classworlds-2_5_2_http_import",
|
|
":org_eclipse_sisu_plexus-0_3_2_http_import",
|
|
":cdi-api-1_0_http_import",
|
|
":jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu_inject-0_3_2_http_import",
|
|
":plexus-component-annotations-1_6_http_import",
|
|
":plexus-sec-dispatcher-1_3_http_import",
|
|
":plexus-cipher-1_7_http_import",
|
|
":slf4j-api-1_7_5_http_import",
|
|
":commons-cli-1_2_http_import",
|
|
":commons-lang3-3_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-embedder-3_3_9_http_import",
|
|
jar = "@maven-embedder-3_3_9_http//file",
|
|
source_jar = "@maven-embedder-3_3_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guice-4_0-no_aop_http_import",
|
|
jar = "@guice-4_0-no_aop_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-cipher-1_7_http_import",
|
|
jar = "@plexus-cipher-1_7_http//file",
|
|
source_jar = "@plexus-cipher-1_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-api-1_7_5_http_import",
|
|
jar = "@slf4j-api-1_7_5_http//file",
|
|
source_jar = "@slf4j-api-1_7_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-cli-1_2_http_import",
|
|
jar = "@commons-cli-1_2_http//file",
|
|
source_jar = "@commons-cli-1_2-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-maven-embedder-3-3-9-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-maven-embedder-3-3-9"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m3-impl-org-apache-maven-shared-maven-dependency-tree-1-2",
|
|
jar = "@maven-dependency-tree-1_2_http//file",
|
|
source_jar = "@maven-dependency-tree-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m3-impl-org-apache-maven-shared-maven-dependency-tree-1-2-provided",
|
|
exports = [":maven-server-m3-impl-org-apache-maven-shared-maven-dependency-tree-1-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-com-google-inject-guice-no_aop-4-2-1",
|
|
exports = [
|
|
":guice-4_2_1_http_import",
|
|
":javax_inject-1_http_import",
|
|
":guava-25_1-android_http_import",
|
|
":jsr305-3_0_2_http_import",
|
|
":checker-compat-qual-2_0_0_http_import",
|
|
":error_prone_annotations-2_1_3_http_import",
|
|
":j2objc-annotations-1_1_http_import",
|
|
":animal-sniffer-annotations-1_14_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-com-google-inject-guice-no_aop-4-2-1-provided",
|
|
exports = [":maven-server-m36-impl-com-google-inject-guice-no_aop-4-2-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-compat-3-6-0",
|
|
exports = [
|
|
":maven-compat-3_6_0_http_import",
|
|
":maven-model-3_6_0_http_import",
|
|
":maven-model-builder-3_6_0_http_import",
|
|
":maven-builder-support-3_6_0_http_import",
|
|
":maven-settings-3_6_0_http_import",
|
|
":maven-settings-builder-3_6_0_http_import",
|
|
":plexus-sec-dispatcher-1_4_http_import",
|
|
":plexus-cipher-1_4_http_import",
|
|
":maven-artifact-3_6_0_http_import",
|
|
":commons-lang3-3_8_1_http_import",
|
|
":maven-core-3_6_0_http_import",
|
|
":maven-plugin-api-3_6_0_http_import",
|
|
":maven-resolver-spi-1_3_1_http_import",
|
|
":maven-shared-utils-3_2_1_http_import",
|
|
":commons-io-2_5_http_import",
|
|
":org_eclipse_sisu_inject-0_3_3_http_import",
|
|
":javax_inject-1_http_import",
|
|
":plexus-classworlds-2_5_2_http_import",
|
|
":maven-resolver-provider-3_6_0_http_import",
|
|
":slf4j-api-1_7_25_http_import",
|
|
":maven-repository-metadata-3_6_0_http_import",
|
|
":maven-resolver-api-1_3_1_http_import",
|
|
":maven-resolver-util-1_3_1_http_import",
|
|
":maven-resolver-impl-1_3_1_http_import",
|
|
":plexus-utils-3_1_0_http_import",
|
|
":plexus-interpolation-1_25_http_import",
|
|
":org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
":cdi-api-1_0_http_import",
|
|
":jsr250-api-1_0_http_import",
|
|
":plexus-component-annotations-1_7_1_http_import",
|
|
":wagon-provider-api-3_2_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-compat-3-6-0-provided",
|
|
exports = [":maven-server-m36-impl-org-apache-maven-maven-compat-3-6-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-core-3-6-0",
|
|
exports = [
|
|
":maven-core-3_6_0_http_import",
|
|
":maven-model-3_6_0_http_import",
|
|
":maven-settings-3_6_0_http_import",
|
|
":maven-settings-builder-3_6_0_http_import",
|
|
":plexus-interpolation-1_25_http_import",
|
|
":plexus-sec-dispatcher-1_4_http_import",
|
|
":plexus-cipher-1_4_http_import",
|
|
":maven-builder-support-3_6_0_http_import",
|
|
":maven-repository-metadata-3_6_0_http_import",
|
|
":maven-artifact-3_6_0_http_import",
|
|
":maven-plugin-api-3_6_0_http_import",
|
|
":maven-model-builder-3_6_0_http_import",
|
|
":maven-resolver-provider-3_6_0_http_import",
|
|
":slf4j-api-1_7_25_http_import",
|
|
":maven-resolver-impl-1_3_1_http_import",
|
|
":maven-resolver-api-1_3_1_http_import",
|
|
":maven-resolver-spi-1_3_1_http_import",
|
|
":maven-resolver-util-1_3_1_http_import",
|
|
":maven-shared-utils-3_2_1_http_import",
|
|
":commons-io-2_5_http_import",
|
|
":org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
":cdi-api-1_0_http_import",
|
|
":jsr250-api-1_0_http_import",
|
|
":org_eclipse_sisu_inject-0_3_3_http_import",
|
|
":guice-4_2_1-no_aop_http_import",
|
|
":aopalliance-1_0_http_import",
|
|
":guava-25_1-android_http_import",
|
|
":jsr305-3_0_2_http_import",
|
|
":checker-compat-qual-2_0_0_http_import",
|
|
":error_prone_annotations-2_1_3_http_import",
|
|
":j2objc-annotations-1_1_http_import",
|
|
":animal-sniffer-annotations-1_14_http_import",
|
|
":javax_inject-1_http_import",
|
|
":plexus-utils-3_1_0_http_import",
|
|
":plexus-classworlds-2_5_2_http_import",
|
|
":plexus-component-annotations-1_7_1_http_import",
|
|
":commons-lang3-3_8_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "guice-4_2_1-no_aop_http_import",
|
|
jar = "@guice-4_2_1-no_aop_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-core-3-6-0-provided",
|
|
exports = [":maven-server-m36-impl-org-apache-maven-maven-core-3-6-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-embedder-3-6-0",
|
|
exports = [
|
|
":maven-embedder-3_6_0_http_import",
|
|
":maven-settings-3_6_0_http_import",
|
|
":maven-settings-builder-3_6_0_http_import",
|
|
":plexus-interpolation-1_25_http_import",
|
|
":maven-core-3_6_0_http_import",
|
|
":maven-repository-metadata-3_6_0_http_import",
|
|
":maven-artifact-3_6_0_http_import",
|
|
":maven-resolver-provider-3_6_0_http_import",
|
|
":maven-resolver-impl-1_3_1_http_import",
|
|
":maven-resolver-spi-1_3_1_http_import",
|
|
":org_eclipse_sisu_inject-0_3_3_http_import",
|
|
":maven-plugin-api-3_6_0_http_import",
|
|
":maven-model-3_6_0_http_import",
|
|
":maven-model-builder-3_6_0_http_import",
|
|
":maven-builder-support-3_6_0_http_import",
|
|
":maven-resolver-api-1_3_1_http_import",
|
|
":maven-resolver-util-1_3_1_http_import",
|
|
":maven-shared-utils-3_2_1_http_import",
|
|
":commons-io-2_5_http_import",
|
|
":guice-4_2_1-no_aop_http_import",
|
|
":aopalliance-1_0_http_import",
|
|
":guava-25_1-android_http_import",
|
|
":jsr305-3_0_2_http_import",
|
|
":checker-compat-qual-2_0_0_http_import",
|
|
":error_prone_annotations-2_1_3_http_import",
|
|
":j2objc-annotations-1_1_http_import",
|
|
":animal-sniffer-annotations-1_14_http_import",
|
|
":javax_inject-1_http_import",
|
|
":jsr250-api-1_0_http_import",
|
|
":plexus-utils-3_1_0_http_import",
|
|
":plexus-classworlds-2_5_2_http_import",
|
|
":org_eclipse_sisu_plexus-0_3_3_http_import",
|
|
":cdi-api-1_0_http_import",
|
|
":plexus-component-annotations-1_7_1_http_import",
|
|
":plexus-sec-dispatcher-1_4_http_import",
|
|
":plexus-cipher-1_7_http_import",
|
|
":slf4j-api-1_7_25_http_import",
|
|
":commons-cli-1_4_http_import",
|
|
":commons-lang3-3_8_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-embedder-3_6_0_http_import",
|
|
jar = "@maven-embedder-3_6_0_http//file",
|
|
source_jar = "@maven-embedder-3_6_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-cli-1_4_http_import",
|
|
jar = "@commons-cli-1_4_http//file",
|
|
source_jar = "@commons-cli-1_4-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-maven-embedder-3-6-0-provided",
|
|
exports = [":maven-server-m36-impl-org-apache-maven-maven-embedder-3-6-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m36-impl-org-apache-maven-shared-maven-dependency-tree-1-2",
|
|
jar = "@maven-dependency-tree-1_2_http//file",
|
|
source_jar = "@maven-dependency-tree-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m36-impl-org-apache-maven-shared-maven-dependency-tree-1-2-provided",
|
|
exports = [":maven-server-m36-impl-org-apache-maven-shared-maven-dependency-tree-1-2"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m40-google-inject-guice-6-0-0",
|
|
jar = "@guice-6_0_0_http//file",
|
|
source_jar = "@guice-6_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-google-inject-guice-6-0-0-provided",
|
|
exports = [":maven-server-m40-google-inject-guice-6-0-0"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m40-javax-inject-1",
|
|
jar = "@javax_inject-1_http//file",
|
|
source_jar = "@javax_inject-1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-javax-inject-1-provided",
|
|
exports = [":maven-server-m40-javax-inject-1"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-org-apache-maven-maven-embedder-4-0-0-rc-3",
|
|
exports = [
|
|
":maven-embedder-4_0_0-rc-3_http_import",
|
|
":maven-api-annotations-4_0_0-rc-3_http_import",
|
|
":maven-api-core-4_0_0-rc-3_http_import",
|
|
":maven-api-di-4_0_0-rc-3_http_import",
|
|
":maven-api-settings-4_0_0-rc-3_http_import",
|
|
":maven-api-toolchain-4_0_0-rc-3_http_import",
|
|
":maven-api-plugin-4_0_0-rc-3_http_import",
|
|
":maven-api-cli-4_0_0-rc-3_http_import",
|
|
":maven-api-model-4_0_0-rc-3_http_import",
|
|
":maven-api-xml-4_0_0-rc-3_http_import",
|
|
":maven-core-4_0_0-rc-3_http_import",
|
|
":maven-api-metadata-4_0_0-rc-3_http_import",
|
|
":maven-api-spi-4_0_0-rc-3_http_import",
|
|
":maven-impl-4_0_0-rc-3_http_import",
|
|
":maven-repository-metadata-4_0_0-rc-3_http_import",
|
|
":maven-cli-4_0_0-rc-3_http_import",
|
|
":maven-di-4_0_0-rc-3_http_import",
|
|
":maven-jline-4_0_0-rc-3_http_import",
|
|
":jline-reader-3_29_0_http_import",
|
|
":jline-style-3_29_0_http_import",
|
|
":jline-builtins-3_29_0_http_import",
|
|
":jline-console-3_29_0_http_import",
|
|
":jline-console-ui-3_29_0_http_import",
|
|
":jline-terminal-3_29_0_http_import",
|
|
":jline-native-3_29_0_http_import",
|
|
":jline-terminal-jni-3_29_0_http_import",
|
|
":maven-logging-4_0_0-rc-3_http_import",
|
|
":maven-xml-4_0_0-rc-3_http_import",
|
|
":woodstox-core-7_1_0_http_import",
|
|
":stax2-api-4_2_2_http_import",
|
|
":maven-artifact-4_0_0-rc-3_http_import",
|
|
":maven-builder-support-4_0_0-rc-3_http_import",
|
|
":maven-model-4_0_0-rc-3_http_import",
|
|
":maven-support-4_0_0-rc-3_http_import",
|
|
":maven-model-builder-4_0_0-rc-3_http_import",
|
|
":plexus-interpolation-1_27_http_import",
|
|
":maven-plugin-api-4_0_0-rc-3_http_import",
|
|
":org_eclipse_sisu_plexus-0_9_0_M3_http_import",
|
|
":maven-settings-4_0_0-rc-3_http_import",
|
|
":maven-settings-builder-4_0_0-rc-3_http_import",
|
|
":maven-toolchain-builder-4_0_0-rc-3_http_import",
|
|
":maven-toolchain-model-4_0_0-rc-3_http_import",
|
|
":maven-resolver-api-2_0_7_http_import",
|
|
":maven-resolver-spi-2_0_7_http_import",
|
|
":gson-2_12_1_http_import",
|
|
":maven-resolver-util-2_0_7_http_import",
|
|
":maven-resolver-impl-2_0_7_http_import",
|
|
":maven-resolver-named-locks-2_0_7_http_import",
|
|
":plexus-utils-4_0_1_http_import",
|
|
":plexus-xml-4_0_4_http_import",
|
|
":maven-xml-impl-4_0_0-alpha-9_http_import",
|
|
":plexus-classworlds-2_8_0_http_import",
|
|
":plexus-sec-dispatcher-4_1_0_http_import",
|
|
":slf4j-api-2_0_17_http_import",
|
|
":commons-cli-1_9_0_http_import",
|
|
":jansi-core-3_29_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-embedder-4_0_0-rc-3_http_import",
|
|
jar = "@maven-embedder-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-embedder-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-annotations-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-annotations-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-annotations-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-core-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-core-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-core-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-di-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-di-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-di-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-settings-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-settings-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-settings-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-toolchain-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-toolchain-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-toolchain-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-plugin-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-plugin-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-plugin-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-cli-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-cli-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-cli-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-model-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-model-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-model-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-xml-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-xml-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-xml-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-core-4_0_0-rc-3_http_import",
|
|
jar = "@maven-core-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-core-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-metadata-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-metadata-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-metadata-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-api-spi-4_0_0-rc-3_http_import",
|
|
jar = "@maven-api-spi-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-api-spi-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-impl-4_0_0-rc-3_http_import",
|
|
jar = "@maven-impl-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-impl-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-repository-metadata-4_0_0-rc-3_http_import",
|
|
jar = "@maven-repository-metadata-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-repository-metadata-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-cli-4_0_0-rc-3_http_import",
|
|
jar = "@maven-cli-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-cli-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-di-4_0_0-rc-3_http_import",
|
|
jar = "@maven-di-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-di-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-jline-4_0_0-rc-3_http_import",
|
|
jar = "@maven-jline-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-jline-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-reader-3_29_0_http_import",
|
|
jar = "@jline-reader-3_29_0_http//file",
|
|
source_jar = "@jline-reader-3_29_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-style-3_29_0_http_import",
|
|
jar = "@jline-style-3_29_0_http//file",
|
|
source_jar = "@jline-style-3_29_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-builtins-3_29_0_http_import",
|
|
jar = "@jline-builtins-3_29_0_http//file",
|
|
source_jar = "@jline-builtins-3_29_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-console-3_29_0_http_import",
|
|
jar = "@jline-console-3_29_0_http//file",
|
|
source_jar = "@jline-console-3_29_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-console-ui-3_29_0_http_import",
|
|
jar = "@jline-console-ui-3_29_0_http//file",
|
|
source_jar = "@jline-console-ui-3_29_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-terminal-3_29_0_http_import",
|
|
jar = "@jline-terminal-3_29_0_http//file",
|
|
source_jar = "@jline-terminal-3_29_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-native-3_29_0_http_import",
|
|
jar = "@jline-native-3_29_0_http//file",
|
|
source_jar = "@jline-native-3_29_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jline-terminal-jni-3_29_0_http_import",
|
|
jar = "@jline-terminal-jni-3_29_0_http//file",
|
|
source_jar = "@jline-terminal-jni-3_29_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-logging-4_0_0-rc-3_http_import",
|
|
jar = "@maven-logging-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-logging-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-xml-4_0_0-rc-3_http_import",
|
|
jar = "@maven-xml-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-xml-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "woodstox-core-7_1_0_http_import",
|
|
jar = "@woodstox-core-7_1_0_http//file",
|
|
source_jar = "@woodstox-core-7_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-artifact-4_0_0-rc-3_http_import",
|
|
jar = "@maven-artifact-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-artifact-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-builder-support-4_0_0-rc-3_http_import",
|
|
jar = "@maven-builder-support-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-builder-support-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-4_0_0-rc-3_http_import",
|
|
jar = "@maven-model-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-model-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-support-4_0_0-rc-3_http_import",
|
|
jar = "@maven-support-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-support-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-model-builder-4_0_0-rc-3_http_import",
|
|
jar = "@maven-model-builder-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-model-builder-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-plugin-api-4_0_0-rc-3_http_import",
|
|
jar = "@maven-plugin-api-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-plugin-api-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org_eclipse_sisu_plexus-0_9_0_M3_http_import",
|
|
jar = "@org_eclipse_sisu_plexus-0_9_0_M3_http//file",
|
|
source_jar = "@org_eclipse_sisu_plexus-0_9_0_M3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-4_0_0-rc-3_http_import",
|
|
jar = "@maven-settings-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-settings-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-settings-builder-4_0_0-rc-3_http_import",
|
|
jar = "@maven-settings-builder-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-settings-builder-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-toolchain-builder-4_0_0-rc-3_http_import",
|
|
jar = "@maven-toolchain-builder-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-toolchain-builder-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-toolchain-model-4_0_0-rc-3_http_import",
|
|
jar = "@maven-toolchain-model-4_0_0-rc-3_http//file",
|
|
source_jar = "@maven-toolchain-model-4_0_0-rc-3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-api-2_0_7_http_import",
|
|
jar = "@maven-resolver-api-2_0_7_http//file",
|
|
source_jar = "@maven-resolver-api-2_0_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-spi-2_0_7_http_import",
|
|
jar = "@maven-resolver-spi-2_0_7_http//file",
|
|
source_jar = "@maven-resolver-spi-2_0_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "gson-2_12_1_http_import",
|
|
jar = "@gson-2_12_1_http//file",
|
|
source_jar = "@gson-2_12_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-util-2_0_7_http_import",
|
|
jar = "@maven-resolver-util-2_0_7_http//file",
|
|
source_jar = "@maven-resolver-util-2_0_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-impl-2_0_7_http_import",
|
|
jar = "@maven-resolver-impl-2_0_7_http//file",
|
|
source_jar = "@maven-resolver-impl-2_0_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-resolver-named-locks-2_0_7_http_import",
|
|
jar = "@maven-resolver-named-locks-2_0_7_http//file",
|
|
source_jar = "@maven-resolver-named-locks-2_0_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-utils-4_0_1_http_import",
|
|
jar = "@plexus-utils-4_0_1_http//file",
|
|
source_jar = "@plexus-utils-4_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-xml-4_0_4_http_import",
|
|
jar = "@plexus-xml-4_0_4_http//file",
|
|
source_jar = "@plexus-xml-4_0_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-xml-impl-4_0_0-alpha-9_http_import",
|
|
jar = "@maven-xml-impl-4_0_0-alpha-9_http//file",
|
|
source_jar = "@maven-xml-impl-4_0_0-alpha-9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-classworlds-2_8_0_http_import",
|
|
jar = "@plexus-classworlds-2_8_0_http//file",
|
|
source_jar = "@plexus-classworlds-2_8_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-sec-dispatcher-4_1_0_http_import",
|
|
jar = "@plexus-sec-dispatcher-4_1_0_http//file",
|
|
source_jar = "@plexus-sec-dispatcher-4_1_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-api-2_0_17_http_import",
|
|
jar = "@slf4j-api-2_0_17_http//file",
|
|
source_jar = "@slf4j-api-2_0_17-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commons-cli-1_9_0_http_import",
|
|
jar = "@commons-cli-1_9_0_http//file",
|
|
source_jar = "@commons-cli-1_9_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jansi-core-3_29_0_http_import",
|
|
jar = "@jansi-core-3_29_0_http//file",
|
|
source_jar = "@jansi-core-3_29_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-org-apache-maven-maven-embedder-4-0-0-rc-3-provided",
|
|
exports = [":maven-server-m40-org-apache-maven-maven-embedder-4-0-0-rc-3"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-server-m40-org-eclipse-sisu-eclipse-sisu-inject-0-9-0-_m3",
|
|
jar = "@org_eclipse_sisu_inject-0_9_0_M3_http//file",
|
|
source_jar = "@org_eclipse_sisu_inject-0_9_0_M3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "maven-server-m40-org-eclipse-sisu-eclipse-sisu-inject-0-9-0-_m3-provided",
|
|
exports = [":maven-server-m40-org-eclipse-sisu-eclipse-sisu-inject-0-9-0-_m3"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "maven-test_framework-io-takari-maven-wrapper",
|
|
jar = "@maven-wrapper-0_5_5_http//file",
|
|
source_jar = "@maven-wrapper-0_5_5-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "memoryfilesystem",
|
|
jar = "@memoryfilesystem-2_8_1_http//file",
|
|
source_jar = "@memoryfilesystem-2_8_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "miglayout-swing",
|
|
exports = [
|
|
":miglayout-swing-11_4_http_import",
|
|
":miglayout-core-11_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "miglayout-swing-11_4_http_import",
|
|
jar = "@miglayout-swing-11_4_http//file",
|
|
source_jar = "@miglayout-swing-11_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "miglayout-core-11_4_http_import",
|
|
jar = "@miglayout-core-11_4_http//file",
|
|
source_jar = "@miglayout-core-11_4-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "miglayout-swing-provided",
|
|
exports = [":miglayout-swing"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "mockito",
|
|
exports = [
|
|
":mockito-core-5_12_0_http_import",
|
|
":byte-buddy-1_14_15_http_import",
|
|
":byte-buddy-agent-1_14_15_http_import",
|
|
":objenesis-3_3_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockito-core-5_12_0_http_import",
|
|
jar = "@mockito-core-5_12_0_http//file",
|
|
source_jar = "@mockito-core-5_12_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy-1_14_15_http_import",
|
|
jar = "@byte-buddy-1_14_15_http//file",
|
|
source_jar = "@byte-buddy-1_14_15-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy-agent-1_14_15_http_import",
|
|
jar = "@byte-buddy-agent-1_14_15_http//file",
|
|
source_jar = "@byte-buddy-agent-1_14_15-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockito-junit-jupiter",
|
|
jar = "@mockito-junit-jupiter-5_12_0_http//file",
|
|
source_jar = "@mockito-junit-jupiter-5_12_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockito-kotlin",
|
|
jar = "@mockito-kotlin-5_4_0_http//file",
|
|
source_jar = "@mockito-kotlin-5_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mvstore",
|
|
jar = "@h2-mvstore-2_3_232_http//file",
|
|
source_jar = "@h2-mvstore-2_3_232-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "netty-buffer",
|
|
exports = [
|
|
":netty-buffer-4_2_0_RC2_http_import",
|
|
":netty-common-4_2_0_RC2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-buffer-4_2_0_RC2_http_import",
|
|
jar = "@netty-buffer-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-buffer-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-common-4_2_0_RC2_http_import",
|
|
jar = "@netty-common-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-common-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-codec-compression",
|
|
jar = "@netty-codec-compression-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-codec-compression-4_2_0_RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "netty-codec-http",
|
|
exports = [
|
|
":netty-codec-http2-4_2_0_RC2_http_import",
|
|
":netty-transport-4_2_0_RC2_http_import",
|
|
":netty-resolver-4_2_0_RC2_http_import",
|
|
":netty-codec-4_2_0_RC2_http_import",
|
|
":netty-codec-base-4_2_0_RC2_http_import",
|
|
":netty-handler-4_2_0_RC2_http_import",
|
|
":netty-transport-native-unix-common-4_2_0_RC2_http_import",
|
|
":netty-codec-http-4_2_0_RC2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-codec-http2-4_2_0_RC2_http_import",
|
|
jar = "@netty-codec-http2-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-codec-http2-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-4_2_0_RC2_http_import",
|
|
jar = "@netty-transport-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-transport-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-resolver-4_2_0_RC2_http_import",
|
|
jar = "@netty-resolver-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-resolver-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-codec-4_2_0_RC2_http_import",
|
|
jar = "@netty-codec-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-codec-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-codec-base-4_2_0_RC2_http_import",
|
|
jar = "@netty-codec-base-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-codec-base-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-handler-4_2_0_RC2_http_import",
|
|
jar = "@netty-handler-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-handler-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-native-unix-common-4_2_0_RC2_http_import",
|
|
jar = "@netty-transport-native-unix-common-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-transport-native-unix-common-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-codec-http-4_2_0_RC2_http_import",
|
|
jar = "@netty-codec-http-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-codec-http-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-codec-protobuf",
|
|
jar = "@netty-codec-protobuf-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-codec-protobuf-4_2_0_RC2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "netty-jps",
|
|
exports = [
|
|
":netty-all-4_1_117_Final_http_import",
|
|
":netty-buffer-4_1_117_Final_http_import",
|
|
":netty-codec-4_1_117_Final_http_import",
|
|
":netty-codec-http-4_1_117_Final_http_import",
|
|
":netty-common-4_1_117_Final_http_import",
|
|
":netty-handler-4_1_117_Final_http_import",
|
|
":netty-resolver-4_1_117_Final_http_import",
|
|
":netty-transport-4_1_117_Final_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-all-4_1_117_Final_http_import",
|
|
jar = "@netty-all-4_1_117_Final_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-buffer-4_1_117_Final_http_import",
|
|
jar = "@netty-buffer-4_1_117_Final_http//file",
|
|
source_jar = "@netty-buffer-4_1_117_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-codec-4_1_117_Final_http_import",
|
|
jar = "@netty-codec-4_1_117_Final_http//file",
|
|
source_jar = "@netty-codec-4_1_117_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-codec-http-4_1_117_Final_http_import",
|
|
jar = "@netty-codec-http-4_1_117_Final_http//file",
|
|
source_jar = "@netty-codec-http-4_1_117_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-common-4_1_117_Final_http_import",
|
|
jar = "@netty-common-4_1_117_Final_http//file",
|
|
source_jar = "@netty-common-4_1_117_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-handler-4_1_117_Final_http_import",
|
|
jar = "@netty-handler-4_1_117_Final_http//file",
|
|
source_jar = "@netty-handler-4_1_117_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-resolver-4_1_117_Final_http_import",
|
|
jar = "@netty-resolver-4_1_117_Final_http//file",
|
|
source_jar = "@netty-resolver-4_1_117_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-4_1_117_Final_http_import",
|
|
jar = "@netty-transport-4_1_117_Final_http//file",
|
|
source_jar = "@netty-transport-4_1_117_Final-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "netty-jps-provided",
|
|
exports = [":netty-jps"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "netty-tcnative-boringssl",
|
|
exports = [
|
|
":netty-tcnative-boringssl-static-2_0_69_Final_http_import",
|
|
":netty-tcnative-classes-2_0_69_Final_http_import",
|
|
":netty-tcnative-boringssl-static-2_0_69_Final-linux-x86_64_http_import",
|
|
":netty-tcnative-boringssl-static-2_0_69_Final-linux-aarch_64_http_import",
|
|
":netty-tcnative-boringssl-static-2_0_69_Final-osx-x86_64_http_import",
|
|
":netty-tcnative-boringssl-static-2_0_69_Final-osx-aarch_64_http_import",
|
|
":netty-tcnative-boringssl-static-2_0_69_Final-windows-x86_64_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-tcnative-boringssl-static-2_0_69_Final_http_import",
|
|
jar = "@netty-tcnative-boringssl-static-2_0_69_Final_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-tcnative-classes-2_0_69_Final_http_import",
|
|
jar = "@netty-tcnative-classes-2_0_69_Final_http//file",
|
|
source_jar = "@netty-tcnative-classes-2_0_69_Final-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-tcnative-boringssl-static-2_0_69_Final-linux-x86_64_http_import",
|
|
jar = "@netty-tcnative-boringssl-static-2_0_69_Final-linux-x86_64_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-tcnative-boringssl-static-2_0_69_Final-linux-aarch_64_http_import",
|
|
jar = "@netty-tcnative-boringssl-static-2_0_69_Final-linux-aarch_64_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-tcnative-boringssl-static-2_0_69_Final-osx-x86_64_http_import",
|
|
jar = "@netty-tcnative-boringssl-static-2_0_69_Final-osx-x86_64_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-tcnative-boringssl-static-2_0_69_Final-osx-aarch_64_http_import",
|
|
jar = "@netty-tcnative-boringssl-static-2_0_69_Final-osx-aarch_64_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-tcnative-boringssl-static-2_0_69_Final-windows-x86_64_http_import",
|
|
jar = "@netty-tcnative-boringssl-static-2_0_69_Final-windows-x86_64_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "ngram-slp",
|
|
jar = "@ngram-slp-0_0_3_http//file",
|
|
source_jar = "@ngram-slp-0_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "noria-compiler-plugin",
|
|
jar = "@noria-compiler-plugin-2_2_0-RC2-0_1_http//file",
|
|
source_jar = "@noria-compiler-plugin-2_2_0-RC2-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "objenesis",
|
|
jar = "@objenesis-3_4_http//file",
|
|
source_jar = "@objenesis-3_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "okhttp",
|
|
exports = [
|
|
":okhttp-5_0_0-alpha_14_http_import",
|
|
":okio-jvm-3_9_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "okhttp-5_0_0-alpha_14_http_import",
|
|
jar = "@okhttp-5_0_0-alpha_14_http//file",
|
|
source_jar = "@okhttp-5_0_0-alpha_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "okio-jvm-3_9_0_http_import",
|
|
jar = "@okio-jvm-3_9_0_http//file",
|
|
source_jar = "@okio-jvm-3_9_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry",
|
|
exports = [
|
|
":opentelemetry-sdk-1_48_0_http_import",
|
|
":opentelemetry-api-1_48_0_http_import",
|
|
":opentelemetry-context-1_48_0_http_import",
|
|
":opentelemetry-sdk-common-1_48_0_http_import",
|
|
":opentelemetry-sdk-trace-1_48_0_http_import",
|
|
":opentelemetry-sdk-metrics-1_48_0_http_import",
|
|
":opentelemetry-sdk-logs-1_48_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-sdk-1_48_0_http_import",
|
|
jar = "@opentelemetry-sdk-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-sdk-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-api-1_48_0_http_import",
|
|
jar = "@opentelemetry-api-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-api-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-context-1_48_0_http_import",
|
|
jar = "@opentelemetry-context-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-context-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-sdk-common-1_48_0_http_import",
|
|
jar = "@opentelemetry-sdk-common-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-sdk-common-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-sdk-trace-1_48_0_http_import",
|
|
jar = "@opentelemetry-sdk-trace-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-sdk-trace-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-sdk-metrics-1_48_0_http_import",
|
|
jar = "@opentelemetry-sdk-metrics-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-sdk-metrics-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-sdk-logs-1_48_0_http_import",
|
|
jar = "@opentelemetry-sdk-logs-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-sdk-logs-1_48_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry-provided",
|
|
exports = [":opentelemetry"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry-exporter-otlp-common",
|
|
exports = [
|
|
":opentelemetry-exporter-otlp-common-1_48_0_http_import",
|
|
":opentelemetry-exporter-common-1_48_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-exporter-otlp-common-1_48_0_http_import",
|
|
jar = "@opentelemetry-exporter-otlp-common-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-exporter-otlp-common-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-exporter-common-1_48_0_http_import",
|
|
jar = "@opentelemetry-exporter-common-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-exporter-common-1_48_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-extension-kotlin",
|
|
jar = "@opentelemetry-extension-kotlin-1_48_0_http//file",
|
|
source_jar = "@opentelemetry-extension-kotlin-1_48_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry-extension-kotlin-provided",
|
|
exports = [":opentelemetry-extension-kotlin"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentelemetry-semconv",
|
|
jar = "@opentelemetry-semconv-1_30_0_http//file",
|
|
source_jar = "@opentelemetry-semconv-1_30_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "opentelemetry-semconv-provided",
|
|
exports = [":opentelemetry-semconv"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "opentest4j",
|
|
jar = "@opentest4j-1_3_0_http//file",
|
|
source_jar = "@opentest4j-1_3_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "opentest4j-provided",
|
|
exports = [":opentest4j"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy",
|
|
jar = "@groovy-3_0_19_http//file",
|
|
source_jar = "@groovy-3_0_19-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "org-codehaus-groovy-groovy-provided",
|
|
exports = [":org-codehaus-groovy-groovy"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-ant",
|
|
jar = "@groovy-ant-3_0_19_http//file",
|
|
source_jar = "@groovy-ant-3_0_19-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "org-codehaus-groovy-groovy-ant-provided",
|
|
exports = [":org-codehaus-groovy-groovy-ant"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-json",
|
|
jar = "@groovy-json-3_0_19_http//file",
|
|
source_jar = "@groovy-json-3_0_19-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-jsr223",
|
|
jar = "@groovy-jsr223-3_0_19_http//file",
|
|
source_jar = "@groovy-jsr223-3_0_19-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-templates",
|
|
jar = "@groovy-templates-3_0_19_http//file",
|
|
source_jar = "@groovy-templates-3_0_19-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "org-codehaus-groovy-groovy-xml",
|
|
jar = "@groovy-xml-3_0_19_http//file",
|
|
source_jar = "@groovy-xml-3_0_19-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "oro_matcher",
|
|
jar = "@oro-2_0_8_http//file",
|
|
source_jar = "@oro-2_0_8-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "package-search-api-client",
|
|
exports = [
|
|
":packagesearch-api-client-jvm-3_4_0_http_import",
|
|
":packagesearch-http-models-jvm-3_4_0_http_import",
|
|
":packagesearch-api-models-jvm-3_4_0_http_import",
|
|
":packagesearch-version-utils-jvm-3_4_0_http_import",
|
|
":krypto-jvm-4_0_10_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "packagesearch-api-client-jvm-3_4_0_http_import",
|
|
jar = "@packagesearch-api-client-jvm-3_4_0_http//file",
|
|
source_jar = "@packagesearch-api-client-jvm-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "packagesearch-http-models-jvm-3_4_0_http_import",
|
|
jar = "@packagesearch-http-models-jvm-3_4_0_http//file",
|
|
source_jar = "@packagesearch-http-models-jvm-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "packagesearch-api-models-jvm-3_4_0_http_import",
|
|
jar = "@packagesearch-api-models-jvm-3_4_0_http//file",
|
|
source_jar = "@packagesearch-api-models-jvm-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "packagesearch-version-utils-jvm-3_4_0_http_import",
|
|
jar = "@packagesearch-version-utils-jvm-3_4_0_http//file",
|
|
source_jar = "@packagesearch-version-utils-jvm-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "krypto-jvm-4_0_10_http_import",
|
|
jar = "@krypto-jvm-4_0_10_http//file",
|
|
source_jar = "@krypto-jvm-4_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "performance_testing-github-oshi-core",
|
|
jar = "@oshi-core-6_6_0_http//file",
|
|
source_jar = "@oshi-core-6_6_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-build_scripts-code_optimizer-proguard",
|
|
exports = [
|
|
":proguard-base-7_6_1_http_import",
|
|
":proguard-core-9_1_7_http_import",
|
|
":kotlin-metadata-jvm-2_0_0_http_import",
|
|
":annotations-26_0_1_http_import",
|
|
":log4j-api-2_24_2_http_import",
|
|
":log4j-core-2_24_2_http_import",
|
|
":json-20231013_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "proguard-base-7_6_1_http_import",
|
|
jar = "@proguard-base-7_6_1_http//file",
|
|
source_jar = "@proguard-base-7_6_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "proguard-core-9_1_7_http_import",
|
|
jar = "@proguard-core-9_1_7_http//file",
|
|
source_jar = "@proguard-core-9_1_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-metadata-jvm-2_0_0_http_import",
|
|
jar = "@kotlin-metadata-jvm-2_0_0_http//file",
|
|
source_jar = "@kotlin-metadata-jvm-2_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "annotations-26_0_1_http_import",
|
|
jar = "@annotations-26_0_1_http//file",
|
|
source_jar = "@annotations-26_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "log4j-api-2_24_2_http_import",
|
|
jar = "@log4j-api-2_24_2_http//file",
|
|
source_jar = "@log4j-api-2_24_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "log4j-core-2_24_2_http_import",
|
|
jar = "@log4j-core-2_24_2_http//file",
|
|
source_jar = "@log4j-core-2_24_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "json-20231013_http_import",
|
|
jar = "@json-20231013_http//file",
|
|
source_jar = "@json-20231013-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-build_scripts-jetbrains-apple-notary-api-kotlin-client",
|
|
exports = [
|
|
":apple-notary-api-kotlin-client-2_0_1_http_import",
|
|
":aws-java-sdk-s3-1_12_431_http_import",
|
|
":aws-java-sdk-kms-1_12_431_http_import",
|
|
":aws-java-sdk-core-1_12_431_http_import",
|
|
":jmespath-java-1_12_431_http_import",
|
|
":java-jwt-4_3_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "apple-notary-api-kotlin-client-2_0_1_http_import",
|
|
jar = "@apple-notary-api-kotlin-client-2_0_1_http//file",
|
|
source_jar = "@apple-notary-api-kotlin-client-2_0_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws-java-sdk-s3-1_12_431_http_import",
|
|
jar = "@aws-java-sdk-s3-1_12_431_http//file",
|
|
source_jar = "@aws-java-sdk-s3-1_12_431-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws-java-sdk-kms-1_12_431_http_import",
|
|
jar = "@aws-java-sdk-kms-1_12_431_http//file",
|
|
source_jar = "@aws-java-sdk-kms-1_12_431-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "aws-java-sdk-core-1_12_431_http_import",
|
|
jar = "@aws-java-sdk-core-1_12_431_http//file",
|
|
source_jar = "@aws-java-sdk-core-1_12_431-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jmespath-java-1_12_431_http_import",
|
|
jar = "@jmespath-java-1_12_431_http//file",
|
|
source_jar = "@jmespath-java-1_12_431-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-jwt-4_3_0_http_import",
|
|
jar = "@java-jwt-4_3_0_http//file",
|
|
source_jar = "@java-jwt-4_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-build_scripts-jetbrains-format-ripper",
|
|
jar = "@format-ripper-1_1_1_http//file",
|
|
source_jar = "@format-ripper-1_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-build_scripts-netty",
|
|
exports = [
|
|
":netty-all-4_2_0_RC2_http_import",
|
|
":netty-buffer-4_2_0_RC2_http_import",
|
|
":netty-codec-base-4_2_0_RC2_http_import",
|
|
":netty-codec-4_2_0_RC2_http_import",
|
|
":netty-codec-http-4_2_0_RC2_http_import",
|
|
":netty-codec-http2-4_2_0_RC2_http_import",
|
|
":netty-common-4_2_0_RC2_http_import",
|
|
":netty-handler-4_2_0_RC2_http_import",
|
|
":netty-transport-native-unix-common-4_2_0_RC2_http_import",
|
|
":netty-handler-ssl-ocsp-4_2_0_RC2_http_import",
|
|
":netty-resolver-4_2_0_RC2_http_import",
|
|
":netty-transport-4_2_0_RC2_http_import",
|
|
":netty-pkitesting-4_2_0_RC2_http_import",
|
|
":bcpkix-jdk18on-1_79_http_import",
|
|
":bcutil-jdk18on-1_79_http_import",
|
|
":bcprov-jdk18on-1_79_http_import",
|
|
":netty-transport-classes-epoll-4_2_0_RC2_http_import",
|
|
":netty-transport-classes-kqueue-4_2_0_RC2_http_import",
|
|
":netty-transport-native-epoll-4_2_0_RC2-linux-x86_64_http_import",
|
|
":netty-transport-native-epoll-4_2_0_RC2-linux-aarch_64_http_import",
|
|
":netty-transport-native-epoll-4_2_0_RC2-linux-riscv64_http_import",
|
|
":netty-transport-native-kqueue-4_2_0_RC2-osx-x86_64_http_import",
|
|
":netty-transport-native-kqueue-4_2_0_RC2-osx-aarch_64_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-all-4_2_0_RC2_http_import",
|
|
jar = "@netty-all-4_2_0_RC2_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-handler-ssl-ocsp-4_2_0_RC2_http_import",
|
|
jar = "@netty-handler-ssl-ocsp-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-handler-ssl-ocsp-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-pkitesting-4_2_0_RC2_http_import",
|
|
jar = "@netty-pkitesting-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-pkitesting-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "bcpkix-jdk18on-1_79_http_import",
|
|
jar = "@bcpkix-jdk18on-1_79_http//file",
|
|
source_jar = "@bcpkix-jdk18on-1_79-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "bcutil-jdk18on-1_79_http_import",
|
|
jar = "@bcutil-jdk18on-1_79_http//file",
|
|
source_jar = "@bcutil-jdk18on-1_79-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "bcprov-jdk18on-1_79_http_import",
|
|
jar = "@bcprov-jdk18on-1_79_http//file",
|
|
source_jar = "@bcprov-jdk18on-1_79-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-classes-epoll-4_2_0_RC2_http_import",
|
|
jar = "@netty-transport-classes-epoll-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-transport-classes-epoll-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-classes-kqueue-4_2_0_RC2_http_import",
|
|
jar = "@netty-transport-classes-kqueue-4_2_0_RC2_http//file",
|
|
source_jar = "@netty-transport-classes-kqueue-4_2_0_RC2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-native-epoll-4_2_0_RC2-linux-x86_64_http_import",
|
|
jar = "@netty-transport-native-epoll-4_2_0_RC2-linux-x86_64_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-native-epoll-4_2_0_RC2-linux-aarch_64_http_import",
|
|
jar = "@netty-transport-native-epoll-4_2_0_RC2-linux-aarch_64_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-native-epoll-4_2_0_RC2-linux-riscv64_http_import",
|
|
jar = "@netty-transport-native-epoll-4_2_0_RC2-linux-riscv64_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-native-kqueue-4_2_0_RC2-osx-x86_64_http_import",
|
|
jar = "@netty-transport-native-kqueue-4_2_0_RC2-osx-x86_64_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "netty-transport-native-kqueue-4_2_0_RC2-osx-aarch_64_http_import",
|
|
jar = "@netty-transport-native-kqueue-4_2_0_RC2-osx-aarch_64_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-build_scripts-spdx-tools-java",
|
|
exports = [
|
|
":tools-java-1_1_8_http_import",
|
|
":java-spdx-library-1_1_10_http_import",
|
|
":spdx-jackson-store-1_1_9_http_import",
|
|
":jackson-dataformat-xml-2_15_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tools-java-1_1_8_http_import",
|
|
jar = "@tools-java-1_1_8_http//file",
|
|
source_jar = "@tools-java-1_1_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "java-spdx-library-1_1_10_http_import",
|
|
jar = "@java-spdx-library-1_1_10_http//file",
|
|
source_jar = "@java-spdx-library-1_1_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "spdx-jackson-store-1_1_9_http_import",
|
|
jar = "@spdx-jackson-store-1_1_9_http//file",
|
|
source_jar = "@spdx-jackson-store-1_1_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jackson-dataformat-xml-2_15_0_http_import",
|
|
jar = "@jackson-dataformat-xml-2_15_0_http//file",
|
|
source_jar = "@jackson-dataformat-xml-2_15_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-compose-compiler_plugin-jetbrains-compose-compiler-hosted",
|
|
jar = "@compiler-hosted-1_5_14_http//file",
|
|
source_jar = "@compiler-hosted-1_5_14-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-compose-compiler_plugin-jetbrains-compose-compiler-hosted-provided",
|
|
exports = [":platform-compose-compiler_plugin-jetbrains-compose-compiler-hosted"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-coverage-agent-intellij-coverage",
|
|
jar = "@intellij-coverage-agent-1_0_766_http//file",
|
|
source_jar = "@intellij-coverage-agent-1_0_766-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-credential_store-impl-dbus-java",
|
|
exports = [
|
|
":dbus-java-transport-native-unixsocket-4_2_1_http_import",
|
|
":dbus-java-core-4_2_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "dbus-java-transport-native-unixsocket-4_2_1_http_import",
|
|
jar = "@dbus-java-transport-native-unixsocket-4_2_1_http//file",
|
|
source_jar = "@dbus-java-transport-native-unixsocket-4_2_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "dbus-java-core-4_2_1_http_import",
|
|
jar = "@dbus-java-core-4_2_1_http//file",
|
|
source_jar = "@dbus-java-core-4_2_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-eel_helper-jline-terminal",
|
|
exports = [
|
|
":jline-terminal-3_27_0_http_import",
|
|
":jline-native-3_27_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-images-build-pngencoder",
|
|
jar = "@pngencoder-0_14_0_http//file",
|
|
source_jar = "@pngencoder-0_14_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jewel-detekt_plugin-io-gitlab-arturbosch-detekt-api",
|
|
exports = [
|
|
":detekt-api-1_23_7_http_import",
|
|
":kotlin-compiler-embeddable-2_0_10_http_import",
|
|
":kotlin-script-runtime-2_0_10_http_import",
|
|
":kotlin-reflect-1_6_10_http_import",
|
|
":kotlin-daemon-embeddable-2_0_10_http_import",
|
|
":trove4j-1_0_20200330_http_import",
|
|
":detekt-psi-utils-1_23_7_http_import",
|
|
":detekt-utils-1_23_7_http_import",
|
|
":poko-annotations-jvm-0_16_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "detekt-api-1_23_7_http_import",
|
|
jar = "@detekt-api-1_23_7_http//file",
|
|
source_jar = "@detekt-api-1_23_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-compiler-embeddable-2_0_10_http_import",
|
|
jar = "@kotlin-compiler-embeddable-2_0_10_http//file",
|
|
source_jar = "@kotlin-compiler-embeddable-2_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-script-runtime-2_0_10_http_import",
|
|
jar = "@kotlin-script-runtime-2_0_10_http//file",
|
|
source_jar = "@kotlin-script-runtime-2_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-reflect-1_6_10_http_import",
|
|
jar = "@kotlin-reflect-1_6_10_http//file",
|
|
source_jar = "@kotlin-reflect-1_6_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-daemon-embeddable-2_0_10_http_import",
|
|
jar = "@kotlin-daemon-embeddable-2_0_10_http//file",
|
|
source_jar = "@kotlin-daemon-embeddable-2_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "trove4j-1_0_20200330_http_import",
|
|
jar = "@trove4j-1_0_20200330_http//file",
|
|
source_jar = "@trove4j-1_0_20200330-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "detekt-psi-utils-1_23_7_http_import",
|
|
jar = "@detekt-psi-utils-1_23_7_http//file",
|
|
source_jar = "@detekt-psi-utils-1_23_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "detekt-utils-1_23_7_http_import",
|
|
jar = "@detekt-utils-1_23_7_http//file",
|
|
source_jar = "@detekt-utils-1_23_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "poko-annotations-jvm-0_16_0_http_import",
|
|
jar = "@poko-annotations-jvm-0_16_0_http//file",
|
|
source_jar = "@poko-annotations-jvm-0_16_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jewel-detekt_plugin-io-gitlab-arturbosch-detekt-test",
|
|
exports = [
|
|
":detekt-test-1_23_7_http_import",
|
|
":detekt-api-1_23_7_http_import",
|
|
":kotlin-compiler-embeddable-2_0_10_http_import",
|
|
":kotlin-script-runtime-2_0_10_http_import",
|
|
":kotlin-daemon-embeddable-2_0_10_http_import",
|
|
":trove4j-1_0_20200330_http_import",
|
|
":detekt-psi-utils-1_23_7_http_import",
|
|
":poko-annotations-jvm-0_16_0_http_import",
|
|
":detekt-test-utils-1_23_7_http_import",
|
|
":junit-jupiter-api-5_10_2_http_import",
|
|
":opentest4j-1_3_0_http_import",
|
|
":junit-platform-commons-1_10_2_http_import",
|
|
":apiguardian-api-1_1_2_http_import",
|
|
":detekt-parser-1_23_7_http_import",
|
|
":contester-breakpoint-0_2_0_http_import",
|
|
":kotlin-main-kts-2_0_10_http_import",
|
|
":kotlin-scripting-compiler-embeddable-2_0_10_http_import",
|
|
":kotlin-scripting-compiler-impl-embeddable-2_0_10_http_import",
|
|
":kotlin-scripting-common-2_0_10_http_import",
|
|
":kotlin-scripting-jvm-2_0_10_http_import",
|
|
":detekt-utils-1_23_7_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "detekt-test-1_23_7_http_import",
|
|
jar = "@detekt-test-1_23_7_http//file",
|
|
source_jar = "@detekt-test-1_23_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "detekt-test-utils-1_23_7_http_import",
|
|
jar = "@detekt-test-utils-1_23_7_http//file",
|
|
source_jar = "@detekt-test-utils-1_23_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-jupiter-api-5_10_2_http_import",
|
|
jar = "@junit-jupiter-api-5_10_2_http//file",
|
|
source_jar = "@junit-jupiter-api-5_10_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-platform-commons-1_10_2_http_import",
|
|
jar = "@junit-platform-commons-1_10_2_http//file",
|
|
source_jar = "@junit-platform-commons-1_10_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "detekt-parser-1_23_7_http_import",
|
|
jar = "@detekt-parser-1_23_7_http//file",
|
|
source_jar = "@detekt-parser-1_23_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "contester-breakpoint-0_2_0_http_import",
|
|
jar = "@contester-breakpoint-0_2_0_http//file",
|
|
source_jar = "@contester-breakpoint-0_2_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-main-kts-2_0_10_http_import",
|
|
jar = "@kotlin-main-kts-2_0_10_http//file",
|
|
source_jar = "@kotlin-main-kts-2_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-scripting-compiler-embeddable-2_0_10_http_import",
|
|
jar = "@kotlin-scripting-compiler-embeddable-2_0_10_http//file",
|
|
source_jar = "@kotlin-scripting-compiler-embeddable-2_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-scripting-compiler-impl-embeddable-2_0_10_http_import",
|
|
jar = "@kotlin-scripting-compiler-impl-embeddable-2_0_10_http//file",
|
|
source_jar = "@kotlin-scripting-compiler-impl-embeddable-2_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-scripting-common-2_0_10_http_import",
|
|
jar = "@kotlin-scripting-common-2_0_10_http//file",
|
|
source_jar = "@kotlin-scripting-common-2_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-scripting-jvm-2_0_10_http_import",
|
|
jar = "@kotlin-scripting-jvm-2_0_10_http//file",
|
|
source_jar = "@kotlin-scripting-jvm-2_0_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-markdown-core-org-commonmark-commonmark",
|
|
jar = "@commonmark-0_24_0_http//file",
|
|
source_jar = "@commonmark-0_24_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jewel-markdown-extensions-autolink-commonmark-ext-autolink",
|
|
exports = [
|
|
":commonmark-ext-autolink-0_24_0_http_import",
|
|
":autolink-0_11_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "commonmark-ext-autolink-0_24_0_http_import",
|
|
jar = "@commonmark-ext-autolink-0_24_0_http//file",
|
|
source_jar = "@commonmark-ext-autolink-0_24_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "autolink-0_11_0_http_import",
|
|
jar = "@autolink-0_11_0_http//file",
|
|
source_jar = "@autolink-0_11_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-markdown-extensions-gfm_strikethrough-commonmark-ext-gfm-strikethrough",
|
|
jar = "@commonmark-ext-gfm-strikethrough-0_24_0_http//file",
|
|
source_jar = "@commonmark-ext-gfm-strikethrough-0_24_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-markdown-extensions-gfm_tables-commonmark-ext-gfm-tables",
|
|
jar = "@commonmark-ext-gfm-tables-0_24_0_http//file",
|
|
source_jar = "@commonmark-ext-gfm-tables-0_24_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-samples-standalone-com-darkrockstudios-mpfilepicker",
|
|
jar = "@mpfilepicker-3_1_0_http//file",
|
|
source_jar = "@mpfilepicker-3_1_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-samples-standalone-com-darkrockstudios-mpfilepicker-jvm",
|
|
jar = "@mpfilepicker-jvm-3_1_0_http//file",
|
|
source_jar = "@mpfilepicker-jvm-3_1_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-samples-standalone-org-lwjgl-lwjgl",
|
|
jar = "@lwjgl-3_3_1_http//file",
|
|
source_jar = "@lwjgl-3_3_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-samples-standalone-org-lwjgl-lwjgl-tinyfd",
|
|
jar = "@lwjgl-tinyfd-3_3_1_http//file",
|
|
source_jar = "@lwjgl-tinyfd-3_3_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-samples-standalone-org-nibor-autolink-autolink",
|
|
jar = "@autolink-0_11_0_http//file",
|
|
source_jar = "@autolink-0_11_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-ui-org-jetbrains-compose-components-components-resources",
|
|
jar = "@components-resources-1_8_0-alpha04_http//file",
|
|
source_jar = "@components-resources-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jewel-ui-org-jetbrains-compose-components-components-resources-desktop",
|
|
jar = "@components-resources-desktop-1_8_0-alpha04_http//file",
|
|
source_jar = "@components-resources-desktop-1_8_0-alpha04-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-jps-build-qdox-java-parser",
|
|
jar = "@qdox-2_2_0_http//file",
|
|
source_jar = "@qdox-2_2_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-jps-build-tests-jqwik",
|
|
exports = [
|
|
":jqwik-1_9_2_http_import",
|
|
":apiguardian-api-1_1_2_http_import",
|
|
":jqwik-api-1_9_2_http_import",
|
|
":jqwik-web-1_9_2_http_import",
|
|
":jqwik-time-1_9_2_http_import",
|
|
":jqwik-engine-1_9_2_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jqwik-1_9_2_http_import",
|
|
jar = "@jqwik-1_9_2_http//file",
|
|
source_jar = "@jqwik-1_9_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jqwik-api-1_9_2_http_import",
|
|
jar = "@jqwik-api-1_9_2_http//file",
|
|
source_jar = "@jqwik-api-1_9_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jqwik-web-1_9_2_http_import",
|
|
jar = "@jqwik-web-1_9_2_http//file",
|
|
source_jar = "@jqwik-web-1_9_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jqwik-time-1_9_2_http_import",
|
|
jar = "@jqwik-time-1_9_2_http//file",
|
|
source_jar = "@jqwik-time-1_9_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jqwik-engine-1_9_2_http_import",
|
|
jar = "@jqwik-engine-1_9_2_http//file",
|
|
source_jar = "@jqwik-engine-1_9_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-settings-local-jackson-dataformat-cbor",
|
|
jar = "@jackson-dataformat-cbor-2_19_0_http//file",
|
|
source_jar = "@jackson-dataformat-cbor-2_19_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-test_framework-okhttp3-mockwebserver",
|
|
exports = [
|
|
":mockwebserver-5_0_0-alpha_11_http_import",
|
|
":mockwebserver3-5_0_0-alpha_11_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockwebserver-5_0_0-alpha_11_http_import",
|
|
jar = "@mockwebserver-5_0_0-alpha_11_http//file",
|
|
source_jar = "@mockwebserver-5_0_0-alpha_11-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mockwebserver3-5_0_0-alpha_11_http_import",
|
|
jar = "@mockwebserver3-5_0_0-alpha_11_http//file",
|
|
source_jar = "@mockwebserver3-5_0_0-alpha_11-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-test_framework-ui-intellij-remoterobot-remote-fixtures",
|
|
jar = "@remote-fixtures-0_11_19_http//file",
|
|
source_jar = "@remote-fixtures-0_11_19-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "platform-test_framework-ui-intellij-remoterobot-robot-server-core",
|
|
exports = [
|
|
":robot-server-core-0_11_19_http_import",
|
|
":remote-robot-0_11_19_http_import",
|
|
":slf4j-api-2_0_7_http_import",
|
|
":kotlin-reflect-1_8_10_http_import",
|
|
":retrofit-2_9_0_http_import",
|
|
":okhttp-3_14_9_http_import",
|
|
":okio-1_17_2_http_import",
|
|
":converter-gson-2_9_0_http_import",
|
|
":rhino-1_7_14_http_import",
|
|
":assertj-swing-junit-3_17_1_http_import",
|
|
":junit-4_12_http_import",
|
|
":hamcrest-core-1_3_http_import",
|
|
":assertj-swing-3_17_1_http_import",
|
|
":assertj-core-3_17_2_http_import",
|
|
":fest-util-1_2_5_http_import",
|
|
":fest-reflect-1_4_1_http_import",
|
|
":byte-buddy-dep-1_14_5_http_import",
|
|
":asm-9_5_http_import",
|
|
":asm-commons-9_5_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "robot-server-core-0_11_19_http_import",
|
|
jar = "@robot-server-core-0_11_19_http//file",
|
|
source_jar = "@robot-server-core-0_11_19-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "remote-robot-0_11_19_http_import",
|
|
jar = "@remote-robot-0_11_19_http//file",
|
|
source_jar = "@remote-robot-0_11_19-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-api-2_0_7_http_import",
|
|
jar = "@slf4j-api-2_0_7_http//file",
|
|
source_jar = "@slf4j-api-2_0_7-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "kotlin-reflect-1_8_10_http_import",
|
|
jar = "@kotlin-reflect-1_8_10_http//file",
|
|
source_jar = "@kotlin-reflect-1_8_10-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "retrofit-2_9_0_http_import",
|
|
jar = "@retrofit-2_9_0_http//file",
|
|
source_jar = "@retrofit-2_9_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "okhttp-3_14_9_http_import",
|
|
jar = "@okhttp-3_14_9_http//file",
|
|
source_jar = "@okhttp-3_14_9-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "okio-1_17_2_http_import",
|
|
jar = "@okio-1_17_2_http//file",
|
|
source_jar = "@okio-1_17_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "converter-gson-2_9_0_http_import",
|
|
jar = "@converter-gson-2_9_0_http//file",
|
|
source_jar = "@converter-gson-2_9_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rhino-1_7_14_http_import",
|
|
jar = "@rhino-1_7_14_http//file",
|
|
source_jar = "@rhino-1_7_14-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "assertj-swing-junit-3_17_1_http_import",
|
|
jar = "@assertj-swing-junit-3_17_1_http//file",
|
|
source_jar = "@assertj-swing-junit-3_17_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "junit-4_12_http_import",
|
|
jar = "@junit-4_12_http//file",
|
|
source_jar = "@junit-4_12-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "assertj-swing-3_17_1_http_import",
|
|
jar = "@assertj-swing-3_17_1_http//file",
|
|
source_jar = "@assertj-swing-3_17_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "assertj-core-3_17_2_http_import",
|
|
jar = "@assertj-core-3_17_2_http//file",
|
|
source_jar = "@assertj-core-3_17_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fest-util-1_2_5_http_import",
|
|
jar = "@fest-util-1_2_5_http//file",
|
|
source_jar = "@fest-util-1_2_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "fest-reflect-1_4_1_http_import",
|
|
jar = "@fest-reflect-1_4_1_http//file",
|
|
source_jar = "@fest-reflect-1_4_1-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy-dep-1_14_5_http_import",
|
|
jar = "@byte-buddy-dep-1_14_5_http//file",
|
|
source_jar = "@byte-buddy-dep-1_14_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-9_5_http_import",
|
|
jar = "@asm-9_5_http//file",
|
|
source_jar = "@asm-9_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "asm-commons-9_5_http_import",
|
|
jar = "@asm-commons-9_5_http//file",
|
|
source_jar = "@asm-commons-9_5-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-util-commons_lang_v2_shim-commons-collections",
|
|
jar = "@commons-collections-3_2_2_http//file",
|
|
source_jar = "@commons-collections-3_2_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "platform-util-trove-trove",
|
|
jar = "@trove4j-1_0_20221201_http//file",
|
|
source_jar = "@trove4j-1_0_20221201-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "plexus-utils",
|
|
jar = "@plexus-utils-3_5_1_http//file",
|
|
source_jar = "@plexus-utils-3_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "protobuf",
|
|
jar = "@protobuf-java-3_24_4-jb_2_http//file",
|
|
source_jar = "@protobuf-java-3_24_4-jb_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "proxy-vole",
|
|
exports = [
|
|
":proxy-vole-1_1_6_http_import",
|
|
":delight-rhino-sandbox-0_0_17_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "proxy-vole-1_1_6_http_import",
|
|
jar = "@proxy-vole-1_1_6_http//file",
|
|
source_jar = "@proxy-vole-1_1_6-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "delight-rhino-sandbox-0_0_17_http_import",
|
|
jar = "@delight-rhino-sandbox-0_0_17_http//file",
|
|
source_jar = "@delight-rhino-sandbox-0_0_17-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "pty4j",
|
|
jar = "@pty4j-0_13_8_http//file",
|
|
source_jar = "@pty4j-0_13_8-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "python-community-impl-completion-ranking-python-with-full-line",
|
|
jar = "@completion-ranking-python-with-full-line-0_2_1_http//file",
|
|
source_jar = "@completion-ranking-python-with-full-line-0_2_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "python-community-impl-ml-completion-prev-exprs-models",
|
|
jar = "@ml-completion-prev-exprs-models-1_11_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "python-community-junit5_tests-framework-uk-webcompere-system-stubs-jupiter",
|
|
exports = [
|
|
":system-stubs-jupiter-2_1_8_http_import",
|
|
":system-stubs-core-2_1_8_http_import",
|
|
":byte-buddy-1_17_4_http_import",
|
|
":byte-buddy-agent-1_17_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "system-stubs-jupiter-2_1_8_http_import",
|
|
jar = "@system-stubs-jupiter-2_1_8_http//file",
|
|
source_jar = "@system-stubs-jupiter-2_1_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "system-stubs-core-2_1_8_http_import",
|
|
jar = "@system-stubs-core-2_1_8_http//file",
|
|
source_jar = "@system-stubs-core-2_1_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy-1_17_4_http_import",
|
|
jar = "@byte-buddy-1_17_4_http//file",
|
|
source_jar = "@byte-buddy-1_17_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "byte-buddy-agent-1_17_4_http_import",
|
|
jar = "@byte-buddy-agent-1_17_4_http//file",
|
|
source_jar = "@byte-buddy-agent-1_17_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rd-core",
|
|
jar = "@rd-core-2025_1_1_http//file",
|
|
source_jar = "@rd-core-2025_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rd-framework",
|
|
jar = "@rd-framework-2025_1_1_http//file",
|
|
source_jar = "@rd-framework-2025_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rd-gen",
|
|
jar = "@rd-gen-2025_1_1_http//file",
|
|
source_jar = "@rd-gen-2025_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rd-swing",
|
|
jar = "@rd-swing-2025_1_1_http//file",
|
|
source_jar = "@rd-swing-2025_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rd-text",
|
|
jar = "@rd-text-2025_1_1_http//file",
|
|
source_jar = "@rd-text-2025_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "relaxng-isorelax",
|
|
jar = "@isorelax-20030108_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "relaxng-jing",
|
|
jar = "@jing-20030619_http//file",
|
|
source_jar = "@jing-20030619-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rhino",
|
|
jar = "@rhino-runtime-1_7_15_http//file",
|
|
source_jar = "@rhino-runtime-1_7_15-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rhizomedb-compiler-plugin",
|
|
jar = "@rhizomedb-compiler-plugin-2_2_0-RC2-0_1_http//file",
|
|
source_jar = "@rhizomedb-compiler-plugin-2_2_0-RC2-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "rpc-compiler-plugin",
|
|
jar = "@rpc-compiler-plugin-2_2_0-RC2-0_1_http//file",
|
|
source_jar = "@rpc-compiler-plugin-2_2_0-RC2-0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "search_everywhere_ml-ai-grazie-emb",
|
|
exports = [
|
|
":model-emb-jvm-0_4_71_http_import",
|
|
":model-text-jvm-0_4_71_http_import",
|
|
":model-common-jvm-0_4_71_http_import",
|
|
":utils-common-jvm-0_4_71_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "model-emb-jvm-0_4_71_http_import",
|
|
jar = "@model-emb-jvm-0_4_71_http//file",
|
|
source_jar = "@model-emb-jvm-0_4_71-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-action-model",
|
|
jar = "@find-action-model-252_0_0_http//file",
|
|
source_jar = "@find-action-model-252_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-action-model-experimental",
|
|
jar = "@find-action-model-252_0_1_http//file",
|
|
source_jar = "@find-action-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-all-model-experimental",
|
|
jar = "@find-all-model-252_0_1_http//file",
|
|
source_jar = "@find-all-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-classes-model",
|
|
jar = "@find-classes-model-252_0_0_http//file",
|
|
source_jar = "@find-classes-model-252_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-classes-model-experimental",
|
|
jar = "@find-classes-model-252_0_1_http//file",
|
|
source_jar = "@find-classes-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-ec-model-experimental",
|
|
jar = "@find-ec-model-252_0_1_http//file",
|
|
source_jar = "@find-ec-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-file-model",
|
|
jar = "@find-file-model-252_0_0_http//file",
|
|
source_jar = "@find-file-model-252_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-ranking-core-find-file-model-experimental",
|
|
jar = "@find-file-model-252_0_1_http//file",
|
|
source_jar = "@find-file-model-252_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "search_everywhere_ml-typos-ai-grazie-spell-gec-engine-local-jvm",
|
|
jar = "@gec-spell-engine-local-jvm-0_4_71_http//file",
|
|
source_jar = "@gec-spell-engine-local-jvm-0_4_71-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "settings_repository-eclipse-jgit-ssh-apache",
|
|
jar = "@org_eclipse_jgit_ssh_apache-6_6_1_202309021850-r_http//file",
|
|
source_jar = "@org_eclipse_jgit_ssh_apache-6_6_1_202309021850-r-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "settings_repository-eclipse-jgit-ssh-apache-agent",
|
|
jar = "@org_eclipse_jgit_ssh_apache_agent-6_6_1_202309021850-r_http//file",
|
|
source_jar = "@org_eclipse_jgit_ssh_apache_agent-6_6_1_202309021850-r-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-api",
|
|
jar = "@slf4j-api-2_0_13_http//file",
|
|
source_jar = "@slf4j-api-2_0_13-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "slf4j-jdk14",
|
|
jar = "@slf4j-jdk14-2_0_13_http//file",
|
|
source_jar = "@slf4j-jdk14-2_0_13-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "snakeyaml",
|
|
jar = "@snakeyaml-2_4_http//file",
|
|
source_jar = "@snakeyaml-2_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "snakeyaml-engine",
|
|
jar = "@snakeyaml-engine-2_9_http//file",
|
|
source_jar = "@snakeyaml-engine-2_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "spellchecker-java-string-similarity",
|
|
jar = "@java-string-similarity-2_0_0_http//file",
|
|
source_jar = "@java-string-similarity-2_0_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "sqlite",
|
|
jar = "@sqlite-jdbc-3_49_1_0_http//file",
|
|
source_jar = "@sqlite-jdbc-3_49_1_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "sqlite-native",
|
|
jar = "@native-3_42_0-jb_1_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "stats_collector-completion-log-events",
|
|
jar = "@completion-log-events-0_0_3_http//file",
|
|
source_jar = "@completion-log-events-0_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "stats_collector-tests-completion-log-events",
|
|
jar = "@completion-log-events-0_0_3_http//file",
|
|
source_jar = "@completion-log-events-0_0_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "stream_ex",
|
|
jar = "@streamex-0_8_3_http//file",
|
|
source_jar = "@streamex-0_8_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "studio-platform",
|
|
jar = "@studio-platform-2025_1_1-alpha07-261_http//file",
|
|
source_jar = "@studio-platform-2025_1_1-alpha07-261-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "studio-platform-provided",
|
|
exports = [":studio-platform"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "studio-test-platform",
|
|
jar = "@studio-test-platform-2025_1_1-alpha07-261_http//file",
|
|
source_jar = "@studio-test-platform-2025_1_1-alpha07-261-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "swingx",
|
|
jar = "@swingx-core-1_6_2-2_http//file",
|
|
source_jar = "@swingx-core-1_6_2-2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tasks-core-commons-discovery",
|
|
jar = "@commons-discovery-0_4_http//file",
|
|
source_jar = "@commons-discovery-0_4-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tc_service_messages",
|
|
jar = "@serviceMessages-2024_07_http//file",
|
|
source_jar = "@serviceMessages-2024_07-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "terminal-completion-ranking-sh",
|
|
jar = "@completion-ranking-sh-0_0_2_http//file",
|
|
source_jar = "@completion-ranking-sh-0_0_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "terminal-completion-terminal-completion-spec",
|
|
jar = "@completion-spec-0_4_0_http//file",
|
|
source_jar = "@completion-spec-0_4_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "terminal-terminal-completion-db-with-extensions",
|
|
jar = "@completion-db-with-extensions-0_5_0_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "test-discovery-plugin-base",
|
|
jar = "@test-discovery-plugin-base-0_1_191_http//file",
|
|
source_jar = "@test-discovery-plugin-base-0_1_191-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "test_n_g",
|
|
exports = [
|
|
":testng-7_8_0_http_import",
|
|
":jcommander-1_82_http_import",
|
|
":jquery-3_6_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "testng-7_8_0_http_import",
|
|
jar = "@testng-7_8_0_http//file",
|
|
source_jar = "@testng-7_8_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jcommander-1_82_http_import",
|
|
jar = "@jcommander-1_82_http//file",
|
|
source_jar = "@jcommander-1_82-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "jquery-3_6_1_http_import",
|
|
jar = "@jquery-3_6_1_http//file",
|
|
source_jar = "@jquery-3_6_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "test_n_g-provided",
|
|
exports = [":test_n_g"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "testcontainers",
|
|
exports = [
|
|
":testcontainers-1_20_3_http_import",
|
|
":duct-tape-1_0_8_http_import",
|
|
":docker-java-api-3_4_0_http_import",
|
|
":docker-java-transport-zerodep-3_4_0_http_import",
|
|
":docker-java-transport-3_4_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "testcontainers-1_20_3_http_import",
|
|
jar = "@testcontainers-1_20_3_http//file",
|
|
source_jar = "@testcontainers-1_20_3-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "duct-tape-1_0_8_http_import",
|
|
jar = "@duct-tape-1_0_8_http//file",
|
|
source_jar = "@duct-tape-1_0_8-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "docker-java-api-3_4_0_http_import",
|
|
jar = "@docker-java-api-3_4_0_http//file",
|
|
source_jar = "@docker-java-api-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "docker-java-transport-zerodep-3_4_0_http_import",
|
|
jar = "@docker-java-transport-zerodep-3_4_0_http//file",
|
|
source_jar = "@docker-java-transport-zerodep-3_4_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "docker-java-transport-3_4_0_http_import",
|
|
jar = "@docker-java-transport-3_4_0_http//file",
|
|
source_jar = "@docker-java-transport-3_4_0-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "testcontainers-provided",
|
|
exports = [":testcontainers"],
|
|
neverlink = True,
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "testcontainers-junit-jupiter",
|
|
jar = "@junit-jupiter-1_20_3_http//file",
|
|
source_jar = "@junit-jupiter-1_20_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tips-pycharm-community",
|
|
jar = "@tips-pycharm-community-241_74_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tools-api_dump-kotlinx-bcv",
|
|
jar = "@binary-compatibility-validator-0_17_0_http//file",
|
|
source_jar = "@binary-compatibility-validator-0_17_0-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "truth",
|
|
exports = [
|
|
":truth-0_42_http_import",
|
|
":diffutils-1_3_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "truth-0_42_http_import",
|
|
jar = "@truth-0_42_http//file",
|
|
source_jar = "@truth-0_42-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "diffutils-1_3_0_http_import",
|
|
jar = "@diffutils-1_3_0_http//file",
|
|
source_jar = "@diffutils-1_3_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "turbo_complete-languages-kotlin-k1-completion-performance-kotlin",
|
|
jar = "@performance-kotlin-0_0_9_http//file",
|
|
source_jar = "@performance-kotlin-0_0_9-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "tuweni-toml",
|
|
exports = [
|
|
":tuweni-toml-2_0_0_http_import",
|
|
":antlr4-runtime-4_7_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "tuweni-toml-2_0_0_http_import",
|
|
jar = "@tuweni-toml-2_0_0_http//file",
|
|
source_jar = "@tuweni-toml-2_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "antlr4-runtime-4_7_1_http_import",
|
|
jar = "@antlr4-runtime-4_7_1_http//file",
|
|
source_jar = "@antlr4-runtime-4_7_1-sources_http//file"
|
|
)
|
|
|
|
java_library(
|
|
name = "vavr",
|
|
exports = [
|
|
":vavr-0_10_4_http_import",
|
|
":vavr-match-0_10_4_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "vavr-0_10_4_http_import",
|
|
jar = "@vavr-0_10_4_http//file",
|
|
source_jar = "@vavr-0_10_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "vavr-match-0_10_4_http_import",
|
|
jar = "@vavr-match-0_10_4_http//file",
|
|
source_jar = "@vavr-match-0_10_4-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "vcs-change_reminder-change-reminder-prediction-model",
|
|
jar = "@randomForestRegressor-0_0_11_http//file",
|
|
source_jar = "@randomForestRegressor-0_0_11-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "vcs-github-apollographql-apollo-ast-jvm",
|
|
exports = [
|
|
":apollo-ast-jvm-4_0_0_http_import",
|
|
":okio-jvm-3_9_0_http_import",
|
|
":apollo-annotations-jvm-4_0_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "apollo-ast-jvm-4_0_0_http_import",
|
|
jar = "@apollo-ast-jvm-4_0_0_http//file",
|
|
source_jar = "@apollo-ast-jvm-4_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "apollo-annotations-jvm-4_0_0_http_import",
|
|
jar = "@apollo-annotations-jvm-4_0_0_http//file",
|
|
source_jar = "@apollo-annotations-jvm-4_0_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "velocity",
|
|
jar = "@velocity-engine-core-2_3_http//file",
|
|
source_jar = "@velocity-engine-core-2_3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "winp",
|
|
jar = "@winp-1_30_1_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "workspace-model-codegen",
|
|
jar = "@workspace-model-codegen-0_0_9_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "x_stream",
|
|
exports = [
|
|
":xstream-1_4_21_http_import",
|
|
":mxparser-1_2_2_http_import",
|
|
":xmlpull-1_1_3_1_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xstream-1_4_21_http_import",
|
|
jar = "@xstream-1_4_21_http//file",
|
|
source_jar = "@xstream-1_4_21-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "mxparser-1_2_2_http_import",
|
|
jar = "@mxparser-1_2_2_http//file",
|
|
source_jar = "@mxparser-1_2_2-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xmlpull-1_1_3_1_http_import",
|
|
jar = "@xmlpull-1_1_3_1_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xerces",
|
|
jar = "@xercesImpl-2_12_2_http//file",
|
|
source_jar = "@xercesImpl-2_12_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xml-resolver",
|
|
jar = "@xml-resolver-1_2_http//file",
|
|
source_jar = "@xml-resolver-1_2-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xml-xmlbeans-_xml_beans",
|
|
jar = "@xmlbeans-5_1_1_http//file",
|
|
source_jar = "@xmlbeans-5_1_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
java_library(
|
|
name = "xml-xmlbeans-apache-logging-log4j-to-slf4j",
|
|
exports = [
|
|
":log4j-to-slf4j-2_20_0_http_import",
|
|
":log4j-api-2_20_0_http_import",
|
|
],
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "log4j-to-slf4j-2_20_0_http_import",
|
|
jar = "@log4j-to-slf4j-2_20_0_http//file",
|
|
source_jar = "@log4j-to-slf4j-2_20_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "log4j-api-2_20_0_http_import",
|
|
jar = "@log4j-api-2_20_0_http//file",
|
|
source_jar = "@log4j-api-2_20_0-sources_http//file"
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xml_r_p_c",
|
|
jar = "@xmlrpc-2_0_1_http//file",
|
|
source_jar = "@xmlrpc-2_0_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xslt-debugger-impl-rt-_serializer-2-7-3",
|
|
jar = "@serializer-2_7_3_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xslt-debugger-impl-rt-_xalan-2-7-3",
|
|
jar = "@xalan-2_7_3_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "xz",
|
|
jar = "@xz-1_10_http//file",
|
|
source_jar = "@xz-1_10-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "zip-signer",
|
|
jar = "@marketplace-zip-signer-0_1_24_http//file",
|
|
source_jar = "@marketplace-zip-signer-0_1_24-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "zstd-jni",
|
|
jar = "@zstd-jni-1_5_7-3_http//file",
|
|
source_jar = "@zstd-jni-1_5_7-3-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
|
|
jvm_import(
|
|
name = "zxing-core",
|
|
jar = "@core-3_5_1_http//file",
|
|
source_jar = "@core-3_5_1-sources_http//file",
|
|
visibility = ["//visibility:public"]
|
|
)
|
|
### auto-generated section `maven libs` end |