SAGARFIVE

Tutorials

3.8 Dependencies in pom.xml

  • Example : Adding two API’s/Dependencies to your maven project, (i) SQL, (ii) Google static maps.
  • To get  dependency/API, Go to search.maven.com and search with name , select it with version and copy dependency code paste in pom.xml at the place of dependency section. And save it.
  • Dependencies are local, global and remote repositories
  • We discuss more about this on next sessions