Computer Science, asked by tanyadc2, 1 year ago

which of these is an artifact repository

Answers

Answered by neha4275
1
what is the options ??

asadahmad3457: not bad
Answered by phillipinestest
1

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