選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

BUCK 229B

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. )