Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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