blob: c707169b148bcdcc2e2c60bde302dfe503e449f4 [file] [log] [blame]
java_library(
name = 'graph',
srcs = glob(['*.java']),
deps = [
'//third-party/java/guava:guava',
'//third-party/java/jsr:jsr305',
],
visibility = [
'PUBLIC',
],
)