brotli/WORKSPACE

10 lines
159 B
Python
Raw Normal View History

# Description:
# Bazel workspace file for Brotli.
2016-10-17 12:04:59 +00:00
workspace(name = "org_brotli")
maven_jar(
name = "junit_junit",
artifact = "junit:junit:4.12",
)