- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 80字
- 2021-08-27 19:57:36
Maven
Maven (https://maven.apache.org) is a build automation tool that uses an XML document called pom.xml to specify how an application is built and its dependencies. Plugins and dependencies are downloaded from a central server and cached locally. The Maven build file is called a Project Object Model (POM) and it describes the build process itself. Maven has a long history and is much more stable and reliable compared to Gradle. It also has a huge ecosystem of plugins.
推薦閱讀
- Vue.js 3.x快速入門
- Java系統(tǒng)分析與架構(gòu)設(shè)計
- Python數(shù)據(jù)分析基礎(chǔ)
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- Windows Presentation Foundation Development Cookbook
- SAS數(shù)據(jù)統(tǒng)計分析與編程實(shí)踐
- 微信小程序入門指南
- 大學(xué)計算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Python深度學(xué)習(xí):基于TensorFlow
- C# 8.0核心技術(shù)指南(原書第8版)
- C++ Application Development with Code:Blocks
- Node.js從入門到精通
- Java 11 and 12:New Features
- Extending Docker
- 現(xiàn)代C++語言核心特性解析