Computer Science, asked by rhathija, 1 year ago

Which of the following is an artifact repository
a.Maven
b.Matrix
c.Ansible
d.Nexus

Answers

Answered by orangesquirrel
1

Maven is an artifact repository.

In the domain of Maven, repositories are directories where all the details of projects and various types of computer plugins in the form of artifacts are stored.

The various Maven artifacts repositories are of three types. It gives an idea of local as well as global simulator.

Answered by mindfulmaisel
2

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.

Similar questions