How to use Android Java Libraries (.JAR or .AAR) in Xamarin Forms

In this blog learn how to use Android Java Libraries in Xamarin Forms. This “conversion” process is known as Java Binding Library. Essentially, we will convert a .JAR or .AAR to .DLL.

Android platform has a large number of libraries which can be used for Android based applications, which is generally in the file format (extension) .JAR or .AAR. The good news is that these libraries can be used for Xamarin forms (which uses C# in Microsoft Visual Studio platform).

Squareup Picasso .JAR File
https://repo1.maven.org/maven2/com/squareup/picasso/picasso/

Reference