您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011
  1. java_library(
  2. name = 'http-apache',
  3. srcs = glob(['src/**']),
  4. resources = glob(['resources/**']),
  5. deps = [
  6. '//org.eclipse.jgit:jgit',
  7. '//lib:httpcomponents',
  8. '//lib:httpcore',
  9. ],
  10. visibility = ['PUBLIC'],
  11. )