'Xamarin Jar binding for Apache Commons Lang 3

I am trying to add a JAR to my Xamarin project that depends on apache commons lang 3

    `<dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-lang3</artifactId>
    </dependency>` 

so I installed this nuget Xamarin.Android.ApacheCommonsLang but I still get the following error Failed resolution of: Lorg/apache/commons/lang3/StringUtils;'



Sources

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

Source: Stack Overflow

Solution Source