summaryrefslogtreecommitdiff
path: root/gmaven/src/test/resources/com/android/tools/test/gmaven-poms.txt
blob: 2db00792a40fe991336f05c74ff3eabfa0222b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
androidx.databinding:databinding-adapters
  pomName=
  description=
  dependencies:
    androidx.databinding:databinding-common (compile)
    androidx.databinding:databinding-runtime (runtime)

androidx.databinding:databinding-common
  pomName=androidx.databinding.databinding-common
  description=Shared library between Data Binding runtime lib and compiler

androidx.databinding:databinding-compiler
  pomName=androidx.databinding.databinding-compiler
  description=The annotation processor for Data Binding. Generates binding classes for runtime.
  dependencies:
    androidx.databinding:databinding-common (runtime)
    androidx.databinding:databinding-compiler-common (runtime)
    com.android.tools:annotations (runtime)
    com.google.auto:auto-common (runtime)
    com.google.code.gson:gson (runtime)
    com.google.guava:guava (runtime)
    com.googlecode.juniversalchardet:juniversalchardet (runtime)
    com.squareup:javapoet (runtime)
    commons-codec:commons-codec (runtime)
    commons-io:commons-io (runtime)
    org.glassfish.jaxb:jaxb-runtime (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

androidx.databinding:databinding-compiler-common
  pomName=androidx.databinding.databinding-compiler-common
  description=Common library that can be shared between different build tools
  dependencies:
    androidx.databinding:databinding-common (runtime)
    com.android.databinding:baseLibrary (runtime)
    com.android.tools:annotations (runtime)
    com.android.tools.build.jetifier:jetifier-core (runtime)
    com.google.code.gson:gson (runtime)
    com.google.guava:guava (runtime)
    com.googlecode.juniversalchardet:juniversalchardet (runtime)
    com.squareup:javapoet (runtime)
    commons-io:commons-io (runtime)
    org.glassfish.jaxb:jaxb-runtime (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

androidx.databinding:databinding-ktx
  pomName=
  description=
  dependencies:
    org.jetbrains.kotlinx:kotlinx-coroutines-android (compile)
    androidx.lifecycle:lifecycle-runtime-ktx (compile)
    androidx.lifecycle:lifecycle-livedata (compile)
    androidx.lifecycle:lifecycle-process (compile)
    androidx.lifecycle:lifecycle-service (compile)
    androidx.lifecycle:lifecycle-viewmodel (compile)
    androidx.databinding:databinding-runtime (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

androidx.databinding:databinding-runtime
  pomName=
  description=
  dependencies:
    androidx.databinding:databinding-common (compile)
    androidx.databinding:viewbinding (compile)
    androidx.lifecycle:lifecycle-runtime (compile)
    androidx.collection:collection (runtime)

androidx.databinding:viewbinding
  pomName=
  description=
  dependencies:
    androidx.annotation:annotation (compile)

com.android:signflinger
  pomName=com.android.signflinger
  description=Library used to sign APKs
  dependencies:
    com.android.tools:annotations (runtime)
    com.android.tools.build:apksig (runtime)
    com.android:zipflinger (runtime)

com.android:zipflinger
  pomName=com.android.zipflinger
  description=Library used to build and incrementally modify zip files
  dependencies:
    com.android.tools:annotations (runtime)

com.android.application:com.android.application.gradle.plugin
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle ()

com.android.asset-pack:com.android.asset-pack.gradle.plugin
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle ()

com.android.asset-pack-bundle:com.android.asset-pack-bundle.gradle.plugin
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle ()

com.android.databinding:adapters
  pomName=
  description=
  dependencies:
    com.android.databinding:baseLibrary (compile)
    com.android.databinding:library (runtime)

com.android.databinding:baseLibrary
  pomName=com.android.databinding.baseLibrary
  description=Shared library between Data Binding runtime lib and compiler

com.android.databinding:library
  pomName=
  description=
  dependencies:
    com.android.databinding:viewbinding (compile)
    android.arch.lifecycle:runtime (compile)
    com.android.support:support-core-utils (runtime)
    com.android.databinding:baseLibrary (runtime)

com.android.databinding:viewbinding
  pomName=
  description=
  dependencies:
    com.android.support:support-annotations (compile)

com.android.dynamic-feature:com.android.dynamic-feature.gradle.plugin
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle ()

com.android.fused-library:com.android.fused-library.gradle.plugin
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle ()

com.android.internal.settings:com.android.internal.settings.gradle.plugin
  pomName=com.android.tools.build.gradle-settings
  description=Gradle Settings plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle-settings ()

com.android.library:com.android.library.gradle.plugin
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle ()

com.android.lint:com.android.lint.gradle.plugin
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle ()

com.android.privacy-sandbox-sdk:com.android.privacy-sandbox-sdk.gradle.plugin
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle ()

com.android.settings:com.android.settings.gradle.plugin
  pomName=com.android.tools.build.gradle-settings
  description=Gradle Settings plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle-settings ()

com.android.test:com.android.test.gradle.plugin
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle ()

com.android.tools:annotations
  pomName=com.android.tools.annotations
  description=

com.android.tools:common
  pomName=com.android.tools.common
  description=common library used by other Android tools libraries.
  dependencies:
    com.android.tools:annotations (compile)
    com.google.guava:guava (compile)
    net.java.dev.jna:jna-platform (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools:draw9patch
  pomName=Draw 9-patch tool
  description=WYSIWYG editor for automatically resizing images

com.android.tools:dvlib
  pomName=com.android.tools.dvlib
  description=A Library to manage the Android device database XML files.
  dependencies:
    com.android.tools:common (runtime)

com.android.tools:ninepatch
  pomName=NinePatch
  description=draws a bitmap in nine or more sections
  dependencies:
    com.google.guava:guava (runtime)

com.android.tools:play-sdk-proto
  pomName=com.android.tools.play-sdk-proto
  description=A protobuf message used for Google Play SDK Index
  dependencies:
    com.google.protobuf:protobuf-java (runtime)

com.android.tools:repository
  pomName=com.android.tools.repository
  description=A library for downloading and managing package repositories
  dependencies:
    com.android.tools.analytics-library:shared (runtime)
    com.android.tools:common (runtime)
    com.google.jimfs:jimfs (runtime)
    com.sun.activation:javax.activation (runtime)
    org.apache.commons:commons-compress (runtime)
    org.glassfish.jaxb:jaxb-runtime (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools:sdk-common
  pomName=com.android.tools.sdk-common
  description=sdk-common library used by other Android tools libraries.
  dependencies:
    com.android.tools.analytics-library:shared (runtime)
    com.android.tools.build:aapt2-proto (runtime)
    com.android.tools:common (runtime)
    com.android.tools.ddms:ddmlib (runtime)
    com.android.tools.layoutlib:layoutlib-api (runtime)
    com.android.tools:sdklib (runtime)
    com.google.code.gson:gson (runtime)
    com.google.guava:guava (runtime)
    com.google.protobuf:protobuf-java (runtime)
    javax.inject:javax.inject (runtime)
    net.sf.kxml:kxml2 (runtime)
    org.bouncycastle:bcpkix-jdk15on (runtime)
    org.bouncycastle:bcprov-jdk15on (runtime)
    org.glassfish.jaxb:jaxb-runtime (runtime)
    org.jetbrains.intellij.deps:trove4j (runtime)
    org.jetbrains.kotlin:kotlin-reflect (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    xerces:xercesImpl (runtime)

com.android.tools:sdklib
  pomName=com.android.tools.sdklib
  description=A library to parse and download the Android SDK.
  dependencies:
    com.android.tools:repository (compile)
    com.android.tools:common (runtime)
    com.android.tools:dvlib (runtime)
    com.android.tools.layoutlib:layoutlib-api (runtime)
    com.google.code.gson:gson (runtime)
    org.apache.commons:commons-compress (runtime)
    org.apache.httpcomponents:httpcore (runtime)
    org.apache.httpcomponents:httpmime (runtime)
    org.glassfish.jaxb:jaxb-runtime (runtime)

com.android.tools:testutils
  pomName=com.android.tools.testutils
  description=Internal test utilities for Android Studio and other tools developed alongside Studio
  dependencies:
    com.google.truth.extensions:truth-java8-extension (compile)
    com.google.truth:truth (compile)
    com.android.tools:common (runtime)
    com.google.jimfs:jimfs (runtime)
    junit:junit (runtime)
    org.apache.commons:commons-compress (runtime)
    org.easymock:easymock (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    org.jetbrains.kotlin:kotlin-test (runtime)
    org.mockito:mockito-core (runtime)
    org.ow2.asm:asm (runtime)
    org.smali:dexlib2 (runtime)

com.android.tools.analytics-library:crash
  pomName=Android Tools Analytics Crash Library
  description=Helper Library for uploading crash reports.
  dependencies:
    com.android.tools:annotations (runtime)
    com.google.guava:guava (runtime)
    org.apache.httpcomponents:httpclient (runtime)
    org.apache.httpcomponents:httpcore (runtime)
    org.apache.httpcomponents:httpmime (runtime)

com.android.tools.analytics-library:inspector
  pomName=Android Tools Analytics Inspector
  description=Tool for debugging usage analytics spool files.
  dependencies:
    com.android.tools.analytics-library:protos (runtime)
    com.android.tools.analytics-library:shared (runtime)
    com.android.tools:annotations (runtime)
    com.google.code.gson:gson (runtime)
    com.google.guava:guava (runtime)
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.analytics-library:protos
  pomName=Android Tools Analytics Protobufs
  description=Library containing protobufs for usage analytics.
  dependencies:
    com.google.protobuf:protobuf-java (compile)

com.android.tools.analytics-library:publisher
  pomName=Android Tools Analytics Publisher
  description=Library for publishing usage analytics.
  dependencies:
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (compile)
    com.android.tools.analytics-library:protos (runtime)
    com.android.tools.analytics-library:shared (runtime)
    com.android.tools:annotations (runtime)
    com.android.tools:common (runtime)
    com.google.guava:guava (runtime)
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.analytics-library:shared
  pomName=Android Tools Analytics Shared Library
  description=Helper Library for tracking usage analytics.
  dependencies:
    com.android.tools.analytics-library:protos (compile)
    com.android.tools:annotations (runtime)
    com.android.tools:common (runtime)
    com.google.code.gson:gson (runtime)
    com.google.guava:guava (runtime)
    net.java.dev.jna:jna-platform (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.analytics-library:testing
  pomName=Android Tools Analytics Testing Library
  description=Library for tracking usage analytics.
  dependencies:
    com.android.tools.analytics-library:protos (runtime)
    com.android.tools.analytics-library:shared (runtime)
    com.android.tools.analytics-library:tracker (runtime)
    com.android.tools:annotations (runtime)
    com.android.tools:common (runtime)
    com.android.tools:testutils (runtime)
    com.google.guava:guava (runtime)
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.analytics-library:tracker
  pomName=Android Tools Analytics Tracker
  description=Library for tracking usage analytics.
  dependencies:
    com.android.tools.analytics-library:protos (compile)
    com.android.tools.analytics-library:shared (compile)
    com.android.tools:annotations (runtime)
    com.android.tools:common (runtime)
    com.google.guava:guava (runtime)
    com.google.protobuf:protobuf-java (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.apkparser:apkanalyzer
  pomName=Apk Analyzer library
  description=Library for parsing and analyzing information from APK files
  dependencies:
    com.android.tools:annotations (runtime)
    com.android.tools.apkparser:binary-resources (runtime)
    com.android.tools:common (runtime)
    com.android.tools:sdk-common (runtime)
    com.android.tools:sdklib (runtime)
    com.android.tools.smali:smali-baksmali (runtime)
    com.android.tools.smali:smali-dexlib2 (runtime)
    com.google.guava:guava (runtime)
    org.smali:baksmali (runtime)
    org.smali:dexlib2 (runtime)

com.android.tools.apkparser:binary-resources
  pomName=Binary Resources parser
  description=Library for parsing the resources.arsc file
  dependencies:
    com.android.tools:annotations (runtime)
    com.google.guava:guava (runtime)

com.android.tools.build:aapt2
  pomName=com.android.tools.build.aapt2
  description=Android resource compiler

com.android.tools.build:aapt2-proto
  pomName=com.android.tools.build.aapt2-proto
  description=Android Asset Packaging Tool 2. Protocol Buffer Files
  dependencies:
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.build:aaptcompiler
  pomName=com.android.tools.build.aaptcompiler
  description=Compiler for Android Resources, to be used by AAPT2.
  dependencies:
    com.android.tools.build:aapt2-proto (runtime)
    com.android.tools.layoutlib:layoutlib-api (runtime)
    com.android.tools:common (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.google.guava:guava (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.build:apksig
  pomName=com.android.tools.build.apksig
  description=Library for signing APKs and for checking that APK signatures verify on Android

com.android.tools.build:apkzlib
  pomName=com.android.tools.build.apkzlib
  description=Library used to incrementally build and sign APKs
  dependencies:
    com.android.tools.build:apksig (runtime)
    com.google.code.findbugs:jsr305 (runtime)
    com.google.guava:guava (runtime)
    org.bouncycastle:bcpkix-jdk15on (runtime)
    org.bouncycastle:bcprov-jdk15on (runtime)

com.android.tools.build:builder
  pomName=com.android.tools.build.builder
  description=Library to build Android applications.
  dependencies:
    com.android.tools.build:manifest-merger (compile)
    com.android:zipflinger (compile)
    com.android.tools.build:apksig (compile)
    com.android.tools.build:apkzlib (compile)
    com.squareup:javawriter (compile)
    com.android.tools.build:builder-model (runtime)
    com.android.tools.build:builder-test-api (runtime)
    com.android.tools:sdklib (runtime)
    com.android.tools:sdk-common (runtime)
    com.android.tools:common (runtime)
    com.android.tools.ddms:ddmlib (runtime)
    com.android:signflinger (runtime)
    com.android.tools.analytics-library:protos (runtime)
    com.android.tools.analytics-library:tracker (runtime)
    com.android.tools.layoutlib:layoutlib-api (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    org.bouncycastle:bcpkix-jdk15on (runtime)
    commons-codec:commons-codec (runtime)
    org.bouncycastle:bcprov-jdk15on (runtime)
    javax.inject:javax.inject (runtime)
    org.ow2.asm:asm-commons (runtime)

com.android.tools.build:builder-model
  pomName=com.android.tools.build.builder-model
  description=Model for the Builder library.
  dependencies:
    com.android.tools:annotations (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.build:builder-test-api
  pomName=com.android.tools.build.builder-test-api
  description=API for the Test extension point in the Builder library.
  dependencies:
    com.android.tools.ddms:ddmlib (runtime)
    com.android.tools:annotations (runtime)
    com.android.tools:common (runtime)
    com.google.guava:guava (runtime)

com.android.tools.build:gradle
  pomName=com.android.tools.build.gradle
  description=Gradle plug-in to build Android applications.
  dependencies:
    com.android.tools.build:builder (compile)
    com.android.tools.build:builder-model (compile)
    com.android.tools.build:gradle-api (compile)
    com.android.tools.build:gradle-settings-api (runtime)
    com.android.tools:sdk-common (runtime)
    com.android.tools:sdklib (runtime)
    com.android.tools:repository (runtime)
    com.android.tools.ddms:ddmlib (runtime)
    com.android.tools.build:aapt2-proto (runtime)
    com.android.tools.build:aaptcompiler (runtime)
    com.android.tools.analytics-library:crash (runtime)
    com.android.tools.analytics-library:shared (runtime)
    com.android.tools.lint:lint-model (runtime)
    com.android.tools.lint:lint-typedef-remover (runtime)
    androidx.databinding:databinding-compiler-common (runtime)
    androidx.databinding:databinding-common (runtime)
    com.android.databinding:baseLibrary (runtime)
    com.android.tools.build:builder-test-api (runtime)
    com.android.tools.layoutlib:layoutlib-api (runtime)
    com.android.tools.utp:android-device-provider-ddmlib-proto (runtime)
    com.android.tools.utp:android-device-provider-gradle-proto (runtime)
    com.android.tools.utp:android-test-plugin-host-additional-test-output-proto (runtime)
    com.android.tools.utp:android-test-plugin-host-coverage-proto (runtime)
    com.android.tools.utp:android-test-plugin-host-emulator-control-proto (runtime)
    com.android.tools.utp:android-test-plugin-host-logcat-proto (runtime)
    com.android.tools.utp:android-test-plugin-host-apk-installer-proto (runtime)
    com.android.tools.utp:android-test-plugin-host-retention-proto (runtime)
    com.android.tools.utp:android-test-plugin-result-listener-gradle-proto (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    com.android.tools.build:transform-api (runtime)
    org.apache.httpcomponents:httpmime (runtime)
    commons-io:commons-io (runtime)
    org.ow2.asm:asm (runtime)
    org.ow2.asm:asm-analysis (runtime)
    org.ow2.asm:asm-commons (runtime)
    org.ow2.asm:asm-util (runtime)
    org.bouncycastle:bcpkix-jdk15on (runtime)
    org.glassfish.jaxb:jaxb-runtime (runtime)
    net.sf.jopt-simple:jopt-simple (runtime)
    com.android.tools.build:bundletool (runtime)
    com.android.tools.build.jetifier:jetifier-core (runtime)
    com.android.tools.build.jetifier:jetifier-processor (runtime)
    com.squareup:javapoet (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.google.protobuf:protobuf-java-util (runtime)
    com.google.code.gson:gson (runtime)
    io.grpc:grpc-core (runtime)
    io.grpc:grpc-netty (runtime)
    io.grpc:grpc-protobuf (runtime)
    io.grpc:grpc-stub (runtime)
    com.google.crypto.tink:tink (runtime)
    com.google.testing.platform:core-proto (runtime)
    com.google.flatbuffers:flatbuffers-java (runtime)
    org.tensorflow:tensorflow-lite-metadata (runtime)

com.android.tools.build:gradle-api
  pomName=com.android.tools.build.gradle-api
  description=APIs to customize Android Gradle Builds
  dependencies:
    org.ow2.asm:asm (compile)
    com.android.tools.build:builder-test-api (runtime)
    com.google.guava:guava (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.build:gradle-settings
  pomName=com.android.tools.build.gradle-settings
  description=Gradle Settings plug-in to build Android applications.
  dependencies:
    com.android.tools.build:gradle-settings-api (compile)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.build:gradle-settings-api
  pomName=com.android.tools.build.gradle-settings-api
  description=Gradle Settings API to build Android applications.
  dependencies:
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.build:manifest-merger
  pomName=com.android.tools.build.manifest-merger
  description=A Library to merge Android manifests.
  dependencies:
    com.android.tools:common (runtime)
    com.android.tools:sdklib (runtime)
    com.android.tools:sdk-common (runtime)
    com.google.code.gson:gson (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    net.sf.kxml:kxml2 (runtime)

com.android.tools.chunkio:chunkio
  pomName=ChunkIO
  description=annotations for use with chunkio-processor, and runtime supporting APIs

com.android.tools.ddms:ddmlib
  pomName=Android Tools ddmlib
  description=Library providing APIs to talk to Android devices
  dependencies:
    com.android.tools:common (runtime)
    com.google.protobuf:protobuf-java (runtime)
    net.sf.kxml:kxml2 (runtime)
    org.jetbrains:annotations (runtime)

com.android.tools.emulator:proto
  pomName=Emulator protos for Android Tools
  description=A protobuf messages to control Android Emulator
  dependencies:
    com.google.code.gson:gson (runtime)
    com.google.guava:guava (runtime)
    io.grpc:grpc-core (runtime)
    io.grpc:grpc-netty (runtime)
    io.grpc:grpc-protobuf (runtime)
    io.grpc:grpc-stub (runtime)
    javax.annotation:javax.annotation-api (runtime)
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.external.com-intellij:intellij-core
  pomName=com.android.tools.external.com-intellij.intellij-core
  description=IntelliJ IDEA Core
  dependencies:
    org.jetbrains.intellij.deps:trove4j (runtime)

com.android.tools.external.com-intellij:kotlin-compiler
  pomName=com.android.tools.external.com-intellij.kotlin-compiler
  description=Kotlin Compiler

com.android.tools.external.org-jetbrains:uast
  pomName=com.android.tools.external.org-jetbrains.uast
  description=Unified AST

com.android.tools.fakeadbserver:fakeadbserver
  pomName=com.android.tools.fakeadbserver.fakeadbserver
  description=Library implementing the ADB Server protocol
  dependencies:
    com.android.tools:common (runtime)
    net.sf.kxml:kxml2 (runtime)
    org.jetbrains.kotlin:kotlin-reflect (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.layoutlib:layoutlib-api
  pomName=Android Tools layoutlib-api
  description=Library to use the rendering library for Android layouts: layoutlib
  dependencies:
    com.android.tools:annotations (runtime)
    com.android.tools:common (runtime)
    net.sf.kxml:kxml2 (runtime)
    org.jetbrains:annotations (runtime)

com.android.tools.lint:lint
  pomName=com.android.tools.lint.lint
  description=Lint tools. Both a Command line tool and a library to add lint features to other tools
  dependencies:
    com.android.tools.lint:lint-api (compile)
    com.android.tools.lint:lint-checks (compile)
    com.android.tools.external.com-intellij:intellij-core (runtime)
    com.android.tools.external.com-intellij:kotlin-compiler (runtime)
    com.android.tools.external.org-jetbrains:uast (runtime)
    com.android.tools.analytics-library:protos (runtime)
    com.android.tools.analytics-library:shared (runtime)
    com.android.tools.analytics-library:tracker (runtime)
    com.android.tools.build:manifest-merger (runtime)
    com.android.tools:common (runtime)
    com.android.tools.layoutlib:layoutlib-api (runtime)
    com.android.tools:sdk-common (runtime)
    com.android.tools:sdklib (runtime)
    com.google.guava:guava (runtime)
    net.sf.kxml:kxml2 (runtime)
    org.jetbrains.kotlin:kotlin-reflect (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.lint:lint-api
  pomName=com.android.tools.lint.lint-api
  description=API to build lint checks
  dependencies:
    com.android.tools.lint:lint-model (compile)
    com.android.tools.external.com-intellij:intellij-core (compile)
    com.android.tools.external.com-intellij:kotlin-compiler (compile)
    com.android.tools.external.org-jetbrains:uast (compile)
    com.android.tools.build:manifest-merger (compile)
    com.android.tools:common (compile)
    com.android.tools.layoutlib:layoutlib-api (compile)
    com.android.tools:sdk-common (compile)
    com.android.tools:sdklib (compile)
    commons-io:commons-io (compile)
    net.sf.kxml:kxml2 (compile)
    org.jetbrains.kotlin:kotlin-reflect (compile)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (compile)
    org.ow2.asm:asm (compile)
    org.ow2.asm:asm-tree (compile)
    com.android.tools.build:builder-model (runtime)
    com.google.guava:guava (runtime)

com.android.tools.lint:lint-checks
  pomName=com.android.tools.lint.lint-checks
  description=Checks for Android Lint
  dependencies:
    com.android.tools.lint:lint-api (compile)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (compile)
    com.android.tools.external.com-intellij:intellij-core (runtime)
    com.android.tools.external.com-intellij:kotlin-compiler (runtime)
    com.android.tools.external.org-jetbrains:uast (runtime)
    com.android.tools:common (runtime)
    com.android.tools.layoutlib:layoutlib-api (runtime)
    com.android.tools:play-sdk-proto (runtime)
    com.android.tools:sdk-common (runtime)
    com.android.tools:sdklib (runtime)
    com.google.code.gson:gson (runtime)
    com.google.guava:guava (runtime)
    net.sf.kxml:kxml2 (runtime)
    org.jetbrains.intellij.deps:trove4j (runtime)
    org.ow2.asm:asm-analysis (runtime)

com.android.tools.lint:lint-gradle
  pomName=com.android.tools.lint.lint-gradle
  description=Gradle integration for Android Lint
  dependencies:
    com.android.tools.external.com-intellij:intellij-core (runtime)
    com.android.tools.external.com-intellij:kotlin-compiler (runtime)
    com.android.tools.external.org-jetbrains:uast (runtime)
    com.android.tools:common (runtime)
    com.android.tools.lint:lint (runtime)
    com.android.tools.lint:lint-typedef-remover (runtime)
    org.codehaus.groovy:groovy (runtime)

com.android.tools.lint:lint-model
  pomName=com.android.tools.lint.lint-model
  description=Lint build system model
  dependencies:
    com.android.tools.build:builder-model (runtime)
    com.android.tools:common (runtime)
    com.android.tools:sdk-common (runtime)
    net.sf.kxml:kxml2 (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)

com.android.tools.lint:lint-tests
  pomName=com.android.tools.lint.lint-tests
  description=API to build lint check tests
  dependencies:
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (compile)
    com.android.tools.external.com-intellij:intellij-core (runtime)
    com.android.tools.external.com-intellij:kotlin-compiler (runtime)
    com.android.tools.external.org-jetbrains:uast (runtime)
    com.android.tools:common (runtime)
    com.android.tools.layoutlib:layoutlib-api (runtime)
    com.android.tools.lint:lint (runtime)
    com.android.tools:sdk-common (runtime)
    com.android.tools:sdklib (runtime)
    junit:junit (runtime)
    net.sf.kxml:kxml2 (runtime)
    org.codehaus.groovy:groovy (runtime)
    org.mockito:mockito-core (runtime)
    org.ow2.asm:asm (runtime)
    org.ow2.asm:asm-tree (runtime)

com.android.tools.lint:lint-typedef-remover
  pomName=com.android.tools.lint.lint-typedef-remover
  description=Utility to remove typedef annotations from classes
  dependencies:
    com.android.tools:annotations (runtime)
    com.google.guava:guava (runtime)
    org.ow2.asm:asm (runtime)

com.android.tools.pixelprobe:pixelprobe
  pomName=Pixel Probe
  description=library to read pixel data and metadata from various image formats
  dependencies:
    com.android.tools.chunkio:chunkio (runtime)

com.android.tools.utp:android-device-provider-ddmlib
  pomName=com.android.tools.utp.android-device-provider-ddmlib
  description=Library providing UTP plugins to talk to AGP
  dependencies:
    com.android.tools:common (runtime)
    com.android.tools.ddms:ddmlib (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.android.tools.utp:android-device-provider-ddmlib-proto (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    org.jetbrains.kotlinx:kotlinx-coroutines-core (runtime)
    com.google.testing.platform:core-proto (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)

com.android.tools.utp:android-device-provider-ddmlib-proto
  pomName=com.android.tools.utp.android-device-provider-ddmlib-proto
  description=A protobuf messages used in a UTP plugin to provide Android device using ddmlib
  dependencies:
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.utp:android-device-provider-gradle
  pomName=com.android.tools.utp.android-device-provider-gradle
  description=A UTP plugin to provide a Gradle managed virtual Android device
  dependencies:
    com.android.tools:common (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.android.tools.utp:android-device-provider-gradle-proto (runtime)
    com.google.testing.platform:core-proto (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)

com.android.tools.utp:android-device-provider-gradle-proto
  pomName=com.android.tools.utp.android-device-provider-gradle-proto
  description=A protobuf messages used in a UTP plugin to provide a Gradle managed virtual Android devices
  dependencies:
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.utp:android-test-plugin-host-additional-test-output
  pomName=com.android.tools.utp.android-test-plugin-host-additional-test-output
  description=A UTP plugin to copy additional test output to host machine
  dependencies:
    com.android.tools:common (runtime)
    com.android.tools.utp:android-test-plugin-host-additional-test-output-proto (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)

com.android.tools.utp:android-test-plugin-host-additional-test-output-proto
  pomName=com.android.tools.utp.android-test-plugin-host-additional-test-output-proto
  description=A protobuf messages used in a UTP plugin to export additional test outputs
  dependencies:
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.utp:android-test-plugin-host-apk-installer
  pomName=com.android.tools.utp.android-test-plugin-host-apk-installer
  description=A UTP plugin to install test APKs on Android devices
  dependencies:
    com.android.tools:common (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.android.tools.utp:android-test-plugin-host-apk-installer-proto (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)
    com.google.testing.platform:core-proto (runtime)

com.android.tools.utp:android-test-plugin-host-apk-installer-proto
  pomName=com.android.tools.utp.android-test-plugin-host-apk-installer-proto
  description=A protobuf messages used in a UTP plugin to install APKs
  dependencies:
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.utp:android-test-plugin-host-coverage
  pomName=com.android.tools.utp.android-test-plugin-host-coverage
  description=A UTP plugin to export test coverage data
  dependencies:
    com.android.tools:common (runtime)
    com.android.tools.utp:android-test-plugin-host-coverage-proto (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)

com.android.tools.utp:android-test-plugin-host-coverage-proto
  pomName=com.android.tools.utp.android-test-plugin-host-coverage-proto
  description=A protobuf messages used in a UTP plugin to export test coverage data
  dependencies:
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.utp:android-test-plugin-host-device-info
  pomName=com.android.tools.utp.android-test-plugin-host-device-info
  description=A UTP plugin to export additional Android device information
  dependencies:
    com.android.tools:common (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.android.tools.utp:android-test-plugin-host-device-info-proto (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)

com.android.tools.utp:android-test-plugin-host-device-info-proto
  pomName=com.android.tools.utp.android-test-plugin-host-device-info-proto
  description=A protobuf message used in a UTP plugin to export additional Android device information
  dependencies:
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.utp:android-test-plugin-host-emulator-control
  pomName=com.android.tools.utp.android-test-plugin-host-emulator-control
  description=A UTP plugin that provides access to the gRPC endpoint of the emulator.
  dependencies:
    com.android.tools:common (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    org.jetbrains.kotlinx:kotlinx-coroutines-core (runtime)
    commons-io:commons-io (runtime)
    com.google.code.gson:gson (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.google.guava:guava (runtime)
    com.android.tools.utp:android-test-plugin-host-emulator-control-proto (runtime)
    com.android.tools.emulator:proto (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)

com.android.tools.utp:android-test-plugin-host-emulator-control-proto
  pomName=com.android.tools.utp.android-test-plugin-host-emulator-control-proto
  description=A protobuf message used in UTP plugin to make the emulator gRPC endpoint .
  dependencies:
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (compile)
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.utp:android-test-plugin-host-logcat
  pomName=com.android.tools.utp.android-test-plugin-host-logcat
  description=A UTP plugin to export logcat information
  dependencies:
    com.android.tools:common (runtime)
    com.android.tools.utp:android-test-plugin-host-logcat-proto (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)

com.android.tools.utp:android-test-plugin-host-logcat-proto
  pomName=com.android.tools.utp.android-test-plugin-host-logcat-proto
  description=A protobuf message used in a UTP plugin to export logcat information
  dependencies:
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.utp:android-test-plugin-host-retention
  pomName=com.android.tools.utp.android-test-plugin-host-retention
  description=A UTP plugin to take a device snapshot on test failures.
  dependencies:
    com.android.tools:common (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    org.jetbrains.kotlinx:kotlinx-coroutines-core (runtime)
    commons-io:commons-io (runtime)
    com.google.code.gson:gson (runtime)
    io.grpc:grpc-core (runtime)
    io.grpc:grpc-netty (runtime)
    io.grpc:grpc-protobuf (runtime)
    io.grpc:grpc-stub (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.google.guava:guava (runtime)
    com.android.tools.utp:android-test-plugin-host-retention-proto (runtime)
    com.android.tools.emulator:proto (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)

com.android.tools.utp:android-test-plugin-host-retention-proto
  pomName=com.android.tools.utp.android-test-plugin-host-retention-proto
  description=A protobuf message used in UTP plugin to take a device snapshot on test failures.
  dependencies:
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (compile)
    com.google.protobuf:protobuf-java (runtime)

com.android.tools.utp:android-test-plugin-result-listener-gradle
  pomName=com.android.tools.utp.android-test-plugin-result-listener-gradle
  description=A UTP plugin to listen test results
  dependencies:
    com.android.tools:common (runtime)
    com.android.tools.utp:android-test-plugin-result-listener-gradle-proto (runtime)
    org.jetbrains.kotlin:kotlin-stdlib-jdk8 (runtime)
    org.jetbrains.kotlinx:kotlinx-coroutines-core (runtime)
    com.google.code.gson:gson (runtime)
    io.grpc:grpc-core (runtime)
    io.grpc:grpc-protobuf (runtime)
    io.grpc:grpc-stub (runtime)
    io.grpc:grpc-netty (runtime)
    com.google.protobuf:protobuf-java (runtime)
    com.google.guava:guava (runtime)
    com.google.testing.platform:core-proto (runtime)
    com.google.testing.platform:android-device-provider-local (runtime)

com.android.tools.utp:android-test-plugin-result-listener-gradle-proto
  pomName=com.android.tools.utp.android-test-plugin-result-listener-gradle-proto
  description=A protobuf messages used in a UTP plugin to listen test results
  dependencies:
    io.grpc:grpc-core (runtime)
    io.grpc:grpc-netty (runtime)
    io.grpc:grpc-protobuf (runtime)
    io.grpc:grpc-stub (runtime)
    com.google.code.gson:gson (runtime)
    com.google.guava:guava (runtime)
    javax.annotation:javax.annotation-api (runtime)
    com.google.protobuf:protobuf-java (runtime)