'how to use android package(aar) on maven central repository in my java application not android project

I want to use android library aar on my common java application, not android.

That android library is on maven central repository. When I set the dependency in my build.gradle for that, aar file just imported.

How to use that?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source