blob: beab320c8153ecc05a066e7c8d0ebe861e24d72b [file] [log] [blame] [edit]
# Marker that this is the root of a Bazel workspace.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")
# Note: this is simpler than using rules_jvm_external with a maven installation,
# but users would probably get this JAR file that way.
http_jar(
name = "protobuf-java_3_25_3",
sha256 = "e90d8ddb963b20a972a6a59b5093ade2b07cbe546cab3279aaf4383260385f58",
urls = ["https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.25.3/protobuf-java-3.25.3.jar"],
)