forked from kriscfoster/multi-language-bazel-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaven_install.json
266 lines (266 loc) · 9.25 KB
/
maven_install.json
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
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1854133820,
"__RESOLVED_ARTIFACTS_HASH": -829727415,
"artifacts": {
"com.github.javafaker:javafaker": {
"shasums": {
"jar": "ef95ae468097f378880be69a8c6756f8d15180e0f07547fb0a99617ff421b2ac"
},
"version": "1.0.2"
},
"com.github.mifmif:generex": {
"shasums": {
"jar": "8f8ce233c335e08e113a3f9579de1046fb19927e82468b1bbebcd6cba8760b81"
},
"version": "1.0.2"
},
"dk.brics.automaton:automaton": {
"shasums": {
"jar": "a24475f6ccfe1cc7a4fe9e34e05ce687b0ce0c6e8cb781e0eced3b186482c61e"
},
"version": "1.11-8"
},
"org.apache.commons:commons-lang3": {
"shasums": {
"jar": "8ac96fc686512d777fca85e144f196cd7cfe0c0aec23127229497d1a38ff651c"
},
"version": "3.5"
},
"org.apiguardian:apiguardian-api": {
"shasums": {
"jar": "b509448ac506d607319f182537f0b35d71007582ec741832a1f111e5b5b70b38"
},
"version": "1.1.2"
},
"org.junit.jupiter:junit-jupiter-api": {
"shasums": {
"jar": "108088fd7ea46a8e65a0ce7f5d75ae3ff7865606770a078715f5a6e5709e17d8"
},
"version": "5.10.0"
},
"org.junit.jupiter:junit-jupiter-engine": {
"shasums": {
"jar": "57ea48e6f795200791065bbc86b70b84cd05367c5c9f2ac8f9268e27154c88a8"
},
"version": "5.10.0"
},
"org.junit.platform:junit-platform-commons": {
"shasums": {
"jar": "6083db08ca11fca1e16099d0dcfede0193d80b3762b276349d80d3da536791b2"
},
"version": "1.10.0"
},
"org.junit.platform:junit-platform-engine": {
"shasums": {
"jar": "cd338efd02ee73966ea754e0c0c71e1a11f4af5db9c2003e4b6137e119155abe"
},
"version": "1.10.0"
},
"org.junit.platform:junit-platform-launcher": {
"shasums": {
"jar": "8c60b661ac170701a635dfc67565efbb8c85b5c5cdd5a4a9576e3a015c7111a4"
},
"version": "1.10.0"
},
"org.junit.platform:junit-platform-reporting": {
"shasums": {
"jar": "a0cdce1cc588fb902bdd08c7f24624ef72b131873eea09f063e6ee6ff453f654"
},
"version": "1.10.0"
},
"org.opentest4j:opentest4j": {
"shasums": {
"jar": "48e2df636cab6563ced64dcdff8abb2355627cb236ef0bf37598682ddf742f1b"
},
"version": "1.3.0"
},
"org.yaml:snakeyaml": {
"shasums": {
"android": "c0f7a90628172970d3ff6d7eaa7a04f73b57290b3b8dba916c8281a76f2214ca"
},
"version": "1.23"
}
},
"dependencies": {
"com.github.javafaker:javafaker": [
"com.github.mifmif:generex",
"org.apache.commons:commons-lang3",
"org.yaml:snakeyaml:jar:android"
],
"com.github.mifmif:generex": [
"dk.brics.automaton:automaton"
],
"org.junit.jupiter:junit-jupiter-api": [
"org.apiguardian:apiguardian-api",
"org.junit.platform:junit-platform-commons",
"org.opentest4j:opentest4j"
],
"org.junit.jupiter:junit-jupiter-engine": [
"org.apiguardian:apiguardian-api",
"org.junit.jupiter:junit-jupiter-api",
"org.junit.platform:junit-platform-engine"
],
"org.junit.platform:junit-platform-commons": [
"org.apiguardian:apiguardian-api"
],
"org.junit.platform:junit-platform-engine": [
"org.apiguardian:apiguardian-api",
"org.junit.platform:junit-platform-commons",
"org.opentest4j:opentest4j"
],
"org.junit.platform:junit-platform-launcher": [
"org.apiguardian:apiguardian-api",
"org.junit.platform:junit-platform-engine"
],
"org.junit.platform:junit-platform-reporting": [
"org.apiguardian:apiguardian-api",
"org.junit.platform:junit-platform-launcher"
]
},
"packages": {
"com.github.javafaker:javafaker": [
"com.github.javafaker",
"com.github.javafaker.idnumbers",
"com.github.javafaker.service",
"com.github.javafaker.service.files"
],
"com.github.mifmif:generex": [
"com.mifmif.common.regex",
"com.mifmif.common.regex.util"
],
"dk.brics.automaton:automaton": [
"dk.brics.automaton"
],
"org.apache.commons:commons-lang3": [
"org.apache.commons.lang3",
"org.apache.commons.lang3.builder",
"org.apache.commons.lang3.concurrent",
"org.apache.commons.lang3.event",
"org.apache.commons.lang3.exception",
"org.apache.commons.lang3.math",
"org.apache.commons.lang3.mutable",
"org.apache.commons.lang3.reflect",
"org.apache.commons.lang3.text",
"org.apache.commons.lang3.text.translate",
"org.apache.commons.lang3.time",
"org.apache.commons.lang3.tuple"
],
"org.apiguardian:apiguardian-api": [
"org.apiguardian.api"
],
"org.junit.jupiter:junit-jupiter-api": [
"org.junit.jupiter.api",
"org.junit.jupiter.api.condition",
"org.junit.jupiter.api.extension",
"org.junit.jupiter.api.extension.support",
"org.junit.jupiter.api.function",
"org.junit.jupiter.api.io",
"org.junit.jupiter.api.parallel"
],
"org.junit.jupiter:junit-jupiter-engine": [
"org.junit.jupiter.engine",
"org.junit.jupiter.engine.config",
"org.junit.jupiter.engine.descriptor",
"org.junit.jupiter.engine.discovery",
"org.junit.jupiter.engine.discovery.predicates",
"org.junit.jupiter.engine.execution",
"org.junit.jupiter.engine.extension",
"org.junit.jupiter.engine.support"
],
"org.junit.platform:junit-platform-commons": [
"org.junit.platform.commons",
"org.junit.platform.commons.annotation",
"org.junit.platform.commons.function",
"org.junit.platform.commons.logging",
"org.junit.platform.commons.support",
"org.junit.platform.commons.util"
],
"org.junit.platform:junit-platform-engine": [
"org.junit.platform.engine",
"org.junit.platform.engine.discovery",
"org.junit.platform.engine.reporting",
"org.junit.platform.engine.support.config",
"org.junit.platform.engine.support.descriptor",
"org.junit.platform.engine.support.discovery",
"org.junit.platform.engine.support.filter",
"org.junit.platform.engine.support.hierarchical",
"org.junit.platform.engine.support.store"
],
"org.junit.platform:junit-platform-launcher": [
"org.junit.platform.launcher",
"org.junit.platform.launcher.core",
"org.junit.platform.launcher.listeners",
"org.junit.platform.launcher.listeners.discovery",
"org.junit.platform.launcher.listeners.session",
"org.junit.platform.launcher.tagexpression"
],
"org.junit.platform:junit-platform-reporting": [
"org.junit.platform.reporting.legacy",
"org.junit.platform.reporting.legacy.xml",
"org.junit.platform.reporting.open.xml",
"org.junit.platform.reporting.shadow.org.opentest4j.reporting.events.api",
"org.junit.platform.reporting.shadow.org.opentest4j.reporting.events.core",
"org.junit.platform.reporting.shadow.org.opentest4j.reporting.events.java",
"org.junit.platform.reporting.shadow.org.opentest4j.reporting.events.root",
"org.junit.platform.reporting.shadow.org.opentest4j.reporting.schema"
],
"org.opentest4j:opentest4j": [
"org.opentest4j"
],
"org.yaml:snakeyaml:jar:android": [
"org.yaml.snakeyaml",
"org.yaml.snakeyaml.composer",
"org.yaml.snakeyaml.constructor",
"org.yaml.snakeyaml.emitter",
"org.yaml.snakeyaml.error",
"org.yaml.snakeyaml.events",
"org.yaml.snakeyaml.extensions.compactnotation",
"org.yaml.snakeyaml.external.biz.base64Coder",
"org.yaml.snakeyaml.external.com.google.gdata.util.common.base",
"org.yaml.snakeyaml.introspector",
"org.yaml.snakeyaml.nodes",
"org.yaml.snakeyaml.parser",
"org.yaml.snakeyaml.reader",
"org.yaml.snakeyaml.representer",
"org.yaml.snakeyaml.resolver",
"org.yaml.snakeyaml.scanner",
"org.yaml.snakeyaml.serializer",
"org.yaml.snakeyaml.tokens",
"org.yaml.snakeyaml.util"
]
},
"repositories": {
"https://maven.google.com/": [
"com.github.javafaker:javafaker",
"com.github.mifmif:generex",
"dk.brics.automaton:automaton",
"org.apache.commons:commons-lang3",
"org.apiguardian:apiguardian-api",
"org.junit.jupiter:junit-jupiter-api",
"org.junit.jupiter:junit-jupiter-engine",
"org.junit.platform:junit-platform-commons",
"org.junit.platform:junit-platform-engine",
"org.junit.platform:junit-platform-launcher",
"org.junit.platform:junit-platform-reporting",
"org.opentest4j:opentest4j",
"org.yaml:snakeyaml:jar:android"
],
"https://repo1.maven.org/maven2/": [
"com.github.javafaker:javafaker",
"com.github.mifmif:generex",
"dk.brics.automaton:automaton",
"org.apache.commons:commons-lang3",
"org.apiguardian:apiguardian-api",
"org.junit.jupiter:junit-jupiter-api",
"org.junit.jupiter:junit-jupiter-engine",
"org.junit.platform:junit-platform-commons",
"org.junit.platform:junit-platform-engine",
"org.junit.platform:junit-platform-launcher",
"org.junit.platform:junit-platform-reporting",
"org.opentest4j:opentest4j",
"org.yaml:snakeyaml:jar:android"
]
},
"version": "2"
}