- 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.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- Java異步編程實(shí)戰(zhàn)
- Access 數(shù)據(jù)庫(kù)應(yīng)用教程
- Django開(kāi)發(fā)從入門(mén)到實(shí)踐
- Kotlin Standard Library Cookbook
- 程序設(shè)計(jì)基礎(chǔ)教程:C語(yǔ)言
- Create React App 2 Quick Start Guide
- Learning Continuous Integration with TeamCity
- Vue.js 2 Web Development Projects
- Oracle GoldenGate 12c Implementer's Guide
- Mockito Essentials
- Python 3 Object:oriented Programming(Second Edition)
- 嵌入式Linux C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)教程
- Scratch從入門(mén)到精通