I am little bit curious on how gradle handles libraries linking in Android studio.I know all these libraries are stored in maven central but lots of people asked me what if those gets deleted or owner deletes his own library from there or may be a particular version that we have already implemented in library.
SO my question here, Is there any possibility of library or any particular version of library will get delete from maven central server?? If yes then i would never able to compile my code?
Anyone has deep knowledge about this?