<dependency>
xml 代码
- <dependency>
- <groupId>quartz</groupId>
- <artifactId>quartz</artifactId>
- <version>1.5.1</version>
- <scope>compile</scope>
- </dependency>
- [REPO_ROOT]/<groupId>/<type>s/<artifactId>-<currentVersion>.<type>
</dependency><groupid><type><artifactid><currentversion><type>
<dependency><scope></scope><groupid><type><artifactid><currentversion><type>
以下是scope参数值的说明:
--compile:默认值。表明是所有任务所需的资源
--test:运行所有的测试用例时所需资源
--runtime:表明是运行时所需资源
--provided:JDK部分或应用服务器的classpath所需的资源
mvn eclipse:eclipse来生成Eclipse项目文
本文介绍如何在项目中配置 Quartz 1.5.1 版本,包括 Maven 依赖的详细设置。Quartz 是一款开源的任务调度框架,广泛应用于 Java 应用程序中。
1062

被折叠的 条评论
为什么被折叠?



