Sign in
bazel
/
bazel
/
f51f14bbb543f844d597512228efc3f45da4a172
/
.
/
third_party
/
java
/
javapoet
/
BUILD
blob: 9fa1d61f112b7531eff722e55e9c55a0c320b8c2 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
# Apache License 2.0
exports_files
([
"LICENSE"
])
package
(
default_visibility
=
[
"//visibility:public"
],
)
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
)
java_import
(
name
=
"javapoet"
,
jars
=
[
"javapoet-1.8.0.jar"
],
)