Sign in
bazel
/
bazel
/
77497410a23bd212e8c3b4e48903d805e7d9097f
/
.
/
third_party
/
animal_sniffer
/
BUILD
blob: 821097b499c9b92d6a68b628dc1a9651e96de3ca [
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"
],
)