Which of the following is an artifact repository
a.Maven
b.Matrix
c.Ansible
d.Nexus
Answers
Answer: a. Maven
Maven is an artifact repository which is quite popular among developers.
So, the correct choice of answer for the given question from the given list of possible answers is (a) Maven.
As described by jfrog, an artifact repository has been described as: “An artifact repository is a file and revisions management system you can push into and pull from.” And Maven is a build automation tool used primarily for Java projects.
Maven is an artefact repository. An artefact repository provides a way to version or view the given code. For instance, in Java, these artefacts include wars, jars ears or a collection of libraries that are packed. An artefact can also be deployed and executed. Maven repository has the directory to store the library jars, plugins, and other related artefacts to the project and are supported by the java projects.