I am trying to import 'MultipartEntityBuilder'
file to an Android project but cannot for the life of me find the right repository.
Have tried this three off Apache HttpComponents website with no luck :
compile 'org.apache.httpcomponents:httpcore:4.4.3'
compile 'org.apache.httpcomponents:httpclient:4.5.1'
compile 'org.apache.httpcomponents:httpasyncclient:4.1'
Can anyone point me in the correct direction? Thanks in advance.