When the plugin maven
launches uploadArchives
, then it will create a file pom
that tells maven
or gradle
what dependencies you need aar
. Gradle handles the loading of files jar
and puts them in its path to the class to build.
I also commented on your other question
* link: https://maven.apache.org/pom.html#Dependencies
* = gradle is supported by maven for dependency management, so artifacts available for maven are also available for Gradle and vice versa
source
share