|
1 | 1 | {
|
2 | 2 | "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
|
3 |
| - "__INPUT_ARTIFACTS_HASH": 775593107, |
4 |
| - "__RESOLVED_ARTIFACTS_HASH": -1860184594, |
| 3 | + "__INPUT_ARTIFACTS_HASH": 1872954798, |
| 4 | + "__RESOLVED_ARTIFACTS_HASH": -138133658, |
5 | 5 | "artifacts": {
|
6 | 6 | "com.google.auto.value:auto-value": {
|
7 | 7 | "shasums": {
|
|
15 | 15 | },
|
16 | 16 | "version": "1.10.4"
|
17 | 17 | },
|
| 18 | + "net.sf.jopt-simple:jopt-simple": { |
| 19 | + "shasums": { |
| 20 | + "jar": "df26cc58f235f477db07f753ba5a3ab243ebe5789d9f89ecf68dd62ea9a66c28" |
| 21 | + }, |
| 22 | + "version": "5.0.4" |
| 23 | + }, |
| 24 | + "org.apache.commons:commons-math3": { |
| 25 | + "shasums": { |
| 26 | + "jar": "6268a9a0ea3e769fc493a21446664c0ef668e48c93d126791f6f3f757978fee2" |
| 27 | + }, |
| 28 | + "version": "3.2" |
| 29 | + }, |
| 30 | + "org.openjdk.jmh:jmh-core": { |
| 31 | + "shasums": { |
| 32 | + "jar": "f90974e37d0da8886b5c05e6e3e7e20556900d747c5a41c1023b47c3301ea73c" |
| 33 | + }, |
| 34 | + "version": "1.36" |
| 35 | + }, |
| 36 | + "org.openjdk.jmh:jmh-generator-annprocess": { |
| 37 | + "shasums": { |
| 38 | + "jar": "c2a88cf8be1eb0870732a7b2e669972efc7f33a145998f568096137f16b20d79" |
| 39 | + }, |
| 40 | + "version": "1.36" |
| 41 | + }, |
18 | 42 | "org.projectlombok:lombok": {
|
19 | 43 | "shasums": {
|
20 | 44 | "jar": "ecef1581411d7a82cc04281667ee0bac5d7c0a5aae74cfc38430396c91c31831"
|
21 | 45 | },
|
22 | 46 | "version": "1.18.22"
|
23 | 47 | }
|
24 | 48 | },
|
25 |
| - "dependencies": {}, |
| 49 | + "dependencies": { |
| 50 | + "org.openjdk.jmh:jmh-core": [ |
| 51 | + "net.sf.jopt-simple:jopt-simple", |
| 52 | + "org.apache.commons:commons-math3" |
| 53 | + ], |
| 54 | + "org.openjdk.jmh:jmh-generator-annprocess": [ |
| 55 | + "org.openjdk.jmh:jmh-core" |
| 56 | + ] |
| 57 | + }, |
26 | 58 | "packages": {
|
27 | 59 | "com.google.auto.value:auto-value": [
|
28 | 60 | "autovalue.shaded.com.google.auto.common",
|
|
107 | 139 | "com.google.auto.value.extension.serializable",
|
108 | 140 | "com.google.auto.value.extension.toprettystring"
|
109 | 141 | ],
|
| 142 | + "net.sf.jopt-simple:jopt-simple": [ |
| 143 | + "joptsimple", |
| 144 | + "joptsimple.internal", |
| 145 | + "joptsimple.util" |
| 146 | + ], |
| 147 | + "org.apache.commons:commons-math3": [ |
| 148 | + "org.apache.commons.math3", |
| 149 | + "org.apache.commons.math3.analysis", |
| 150 | + "org.apache.commons.math3.analysis.differentiation", |
| 151 | + "org.apache.commons.math3.analysis.function", |
| 152 | + "org.apache.commons.math3.analysis.integration", |
| 153 | + "org.apache.commons.math3.analysis.integration.gauss", |
| 154 | + "org.apache.commons.math3.analysis.interpolation", |
| 155 | + "org.apache.commons.math3.analysis.polynomials", |
| 156 | + "org.apache.commons.math3.analysis.solvers", |
| 157 | + "org.apache.commons.math3.complex", |
| 158 | + "org.apache.commons.math3.dfp", |
| 159 | + "org.apache.commons.math3.distribution", |
| 160 | + "org.apache.commons.math3.distribution.fitting", |
| 161 | + "org.apache.commons.math3.exception", |
| 162 | + "org.apache.commons.math3.exception.util", |
| 163 | + "org.apache.commons.math3.filter", |
| 164 | + "org.apache.commons.math3.fitting", |
| 165 | + "org.apache.commons.math3.fraction", |
| 166 | + "org.apache.commons.math3.genetics", |
| 167 | + "org.apache.commons.math3.geometry", |
| 168 | + "org.apache.commons.math3.geometry.euclidean.oned", |
| 169 | + "org.apache.commons.math3.geometry.euclidean.threed", |
| 170 | + "org.apache.commons.math3.geometry.euclidean.twod", |
| 171 | + "org.apache.commons.math3.geometry.partitioning", |
| 172 | + "org.apache.commons.math3.geometry.partitioning.utilities", |
| 173 | + "org.apache.commons.math3.linear", |
| 174 | + "org.apache.commons.math3.ml.clustering", |
| 175 | + "org.apache.commons.math3.ml.distance", |
| 176 | + "org.apache.commons.math3.ode", |
| 177 | + "org.apache.commons.math3.ode.events", |
| 178 | + "org.apache.commons.math3.ode.nonstiff", |
| 179 | + "org.apache.commons.math3.ode.sampling", |
| 180 | + "org.apache.commons.math3.optim", |
| 181 | + "org.apache.commons.math3.optim.linear", |
| 182 | + "org.apache.commons.math3.optim.nonlinear.scalar", |
| 183 | + "org.apache.commons.math3.optim.nonlinear.scalar.gradient", |
| 184 | + "org.apache.commons.math3.optim.nonlinear.scalar.noderiv", |
| 185 | + "org.apache.commons.math3.optim.nonlinear.vector", |
| 186 | + "org.apache.commons.math3.optim.nonlinear.vector.jacobian", |
| 187 | + "org.apache.commons.math3.optim.univariate", |
| 188 | + "org.apache.commons.math3.optimization", |
| 189 | + "org.apache.commons.math3.optimization.direct", |
| 190 | + "org.apache.commons.math3.optimization.fitting", |
| 191 | + "org.apache.commons.math3.optimization.general", |
| 192 | + "org.apache.commons.math3.optimization.linear", |
| 193 | + "org.apache.commons.math3.optimization.univariate", |
| 194 | + "org.apache.commons.math3.primes", |
| 195 | + "org.apache.commons.math3.random", |
| 196 | + "org.apache.commons.math3.special", |
| 197 | + "org.apache.commons.math3.stat", |
| 198 | + "org.apache.commons.math3.stat.clustering", |
| 199 | + "org.apache.commons.math3.stat.correlation", |
| 200 | + "org.apache.commons.math3.stat.descriptive", |
| 201 | + "org.apache.commons.math3.stat.descriptive.moment", |
| 202 | + "org.apache.commons.math3.stat.descriptive.rank", |
| 203 | + "org.apache.commons.math3.stat.descriptive.summary", |
| 204 | + "org.apache.commons.math3.stat.inference", |
| 205 | + "org.apache.commons.math3.stat.ranking", |
| 206 | + "org.apache.commons.math3.stat.regression", |
| 207 | + "org.apache.commons.math3.transform", |
| 208 | + "org.apache.commons.math3.util" |
| 209 | + ], |
| 210 | + "org.openjdk.jmh:jmh-core": [ |
| 211 | + "org.openjdk.jmh", |
| 212 | + "org.openjdk.jmh.annotations", |
| 213 | + "org.openjdk.jmh.generators.core", |
| 214 | + "org.openjdk.jmh.infra", |
| 215 | + "org.openjdk.jmh.profile", |
| 216 | + "org.openjdk.jmh.results", |
| 217 | + "org.openjdk.jmh.results.format", |
| 218 | + "org.openjdk.jmh.runner", |
| 219 | + "org.openjdk.jmh.runner.format", |
| 220 | + "org.openjdk.jmh.runner.link", |
| 221 | + "org.openjdk.jmh.runner.options", |
| 222 | + "org.openjdk.jmh.util", |
| 223 | + "org.openjdk.jmh.util.lines" |
| 224 | + ], |
| 225 | + "org.openjdk.jmh:jmh-generator-annprocess": [ |
| 226 | + "org.openjdk.jmh.generators", |
| 227 | + "org.openjdk.jmh.generators.annotations" |
| 228 | + ], |
110 | 229 | "org.projectlombok:lombok": [
|
111 | 230 | "lombok",
|
112 | 231 | "lombok.delombok.ant",
|
|
126 | 245 | "https://repo1.maven.org/maven2/": [
|
127 | 246 | "com.google.auto.value:auto-value",
|
128 | 247 | "com.google.auto.value:auto-value-annotations",
|
| 248 | + "net.sf.jopt-simple:jopt-simple", |
| 249 | + "org.apache.commons:commons-math3", |
| 250 | + "org.openjdk.jmh:jmh-core", |
| 251 | + "org.openjdk.jmh:jmh-generator-annprocess", |
129 | 252 | "org.projectlombok:lombok"
|
130 | 253 | ]
|
131 | 254 | },
|
|
154 | 277 | "com.google.auto.value.processor.AutoValueProcessor"
|
155 | 278 | ]
|
156 | 279 | },
|
| 280 | + "org.openjdk.jmh:jmh-generator-annprocess": { |
| 281 | + "javax.annotation.processing.Processor": [ |
| 282 | + "org.openjdk.jmh.generators.BenchmarkProcessor" |
| 283 | + ] |
| 284 | + }, |
157 | 285 | "org.projectlombok:lombok": {
|
158 | 286 | "javax.annotation.processing.Processor": [
|
159 | 287 | "lombok.launch.AnnotationProcessorHider$AnnotationProcessor",
|
|
0 commit comments