Blogger | Posted on | Science-Technology
Blogger | Posted on
An Artifacts is normally a JAR file or WAR file or other executable files. which is deployed over the Maven Repository. Each Artifact is represented usually by an group Id, artifact Id and the version string. Group Id is usually a reversed domain name like com.example.www, whereas the artifact Id is just a name. Group Id, Artifact Id and the Version String together called as the Artifact. A Maven will usually contain one or more artifacts like Source JAR, Compiled JAR, etc. Apache Maven is a software project management and comprehension tool which will let you to build and manage your own applications. Maven is normally used for the Java Projects, it dynamically downloads the java libraries and uses them.
0 Comment