InterviewSolution
Saved Bookmarks
| 1. |
Which of below is not a dependency management tool?(a) Ant(b) Maven(c) Gradle(d) Jenkins |
|
Answer» The correct choice is (d) Jenkins Explanation: Jenkins is continuous integration system. Ant, Maven, Gradle is used for build process. |
|