Sign in
bazel
/
bazel
/
fc66ead4d499e2933885747452e6af908196a059
/
.
/
third_party
/
animal_sniffer
/
BUILD
blob: fda8654f6dc472e99fbf067f364559b57c1fc934 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
licenses
([
"notice"
])
# MIT
exports_files
([
"LICENSE"
])
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
)
java_import
(
name
=
"animal_sniffer"
,
jars
=
[
"animal-sniffer-annotations-1.14.jar"
],
)