"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
a) You used the wrong coordinates, so correct them
b) The artifact is not in Maven Central (or maybe it is, but not the version you want). Often the artifact is in another repository so you have to figure out which one and ad that to your pom.xml of settings.xml (or if you are using a repository manager such a Nexus, add that repository to Nexus)
c) The artifact is not in any repository. In this case you will need to manually add it to your repository using install:install-file (or deploy:deploy-file if you have Nexus)