blob: 1c5cd2ee8cbdf9eb6daa23af8f5688143e0a4bac [file] [log] [blame]
java_library(
name = 'collect',
srcs = glob(['*.java']),
deps = [
'//third-party/java/guava:guava',
],
visibility = [
'PUBLIC',
],
)