Can i add remote files to a Maven project?

I have a Maven project in Java.

I would like to add/import a remote APK file to the project as a dependency to be able to test an Android application.

Did not find a solution in the documentation or in any other thread.

any ideas?

(I am using Eclipse Mars )