mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
* platform's HttpRequest-based downloader for library roots * test that it can be used for all repository libraries in monorepo * unify getting authentication data from all providers (now can be used with multiple resolvers) Resolver is turned off by default and can be enabled by `jar.http.downloader.enabled` registry key GitOrigin-RevId: 31227e90763b77de6602354fcef9170ac6e42277
18 lines
905 B
XML
18 lines
905 B
XML
<component name="libraryTable">
|
|
<library name="apache.commons.math3" type="repository">
|
|
<properties include-transitive-deps="false" maven-id="org.apache.commons:commons-math3:3.6">
|
|
<verification>
|
|
<artifact url="file://$REPOSITORY_LIBRARY_UTILS_TEST_LOCAL_MAVEN_REPOSITORY$/org/apache/commons/commons-math3/3.6/commons-math3-3.6.jar">
|
|
<sha256sum>79b0baf88d2bc643f652f413e52702d81ac40a9b782d7f00fc431739e8d1c28a</sha256sum>
|
|
</artifact>
|
|
</verification>
|
|
</properties>
|
|
<CLASSES>
|
|
<root url="jar://$REPOSITORY_LIBRARY_UTILS_TEST_LOCAL_MAVEN_REPOSITORY$/org/apache/commons/commons-math3/3.6/commons-math3-3.6.jar!/" />
|
|
</CLASSES>
|
|
<JAVADOC />
|
|
<SOURCES>
|
|
<root url="jar://$REPOSITORY_LIBRARY_UTILS_TEST_LOCAL_MAVEN_REPOSITORY$/org/apache/commons/commons-math3/3.6/commons-math3-3.6-sources.jar!/" />
|
|
</SOURCES>
|
|
</library>
|
|
</component> |