mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Import code from internal repository to git
This commit is contained in:
commit
0ef0c933d2
2490 changed files with 281594 additions and 0 deletions
10
java/com/google/api/client/extensions/appengine/http/BUILD
Normal file
10
java/com/google/api/client/extensions/appengine/http/BUILD
Normal file
|
@ -0,0 +1,10 @@
|
|||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
java_library(
|
||||
name = "http",
|
||||
exports = [
|
||||
"@google_api_client//jar",
|
||||
"@google_api_client_appengine//jar",
|
||||
"@google_http_client_appengine//jar",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue