简体   繁体   English

ant、maven、gradle构建工具有什么区别

[英]What is difference between ant, maven, gradle build tool

Eclipse uses Maven and Netbeans ANT as build tool. Eclipse 使用 Maven 和 Netbeans Z77AD205A076CEE8291C4807C3B0ECB1 作为构建工具。 Here is a confusion which IDE should I use for developing projects.这是我应该使用 IDE 来开发项目的困惑。 What are the advantages and disadvantages of these build tools.这些构建工具的优缺点是什么。

Can anyone?任何人都可以吗?

IDEs like Eclipse, Intellij Idea and Netbeans provides facilities to create a java project with build tool like Maven, Gradle or Ant. IDEs like Eclipse, Intellij Idea and Netbeans provides facilities to create a java project with build tool like Maven, Gradle or Ant. It is upto the developer to make selection from UI of the IDEs.开发人员可以从 IDE 的 UI 中进行选择。 It is also possible to create a project without using any build tools.也可以在不使用任何构建工具的情况下创建项目。

To know the various differences in Ant, Maven and Gradle, refer below the following links.要了解 Ant、Maven 和 Gradle 的各种差异,请参阅以下链接。

https://medium.com/@kapil.sharma91812/few-points-on-java-build-tools-ant-vs-maven-vs-gradle-e149a43325b8 https://medium.com/@kapil.sharma91812/few-points-on-java-build-tools-ant-vs-maven-vs-gradle-e149a43325b8

https://www.baeldung.com/ant-maven-gradle https://www.baeldung.com/ant-maven-gradle

Why use Gradle instead of Ant or Maven? 为什么使用 Gradle 而不是 Ant 或 Maven?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM