如何在春季启动应用程序中包含Google OR工具?

问题描述

我正在使用Linux计算机IntelliJ作为开发的IDE。我需要在春季启动应用程序中包含Google OR工具。我该怎么办?

解决方法

在标记的POM.xml中添加以下依赖项。更改所需的版本。

<dependency>
    <groupId>com.google.ortools</groupId>
    <artifactId>ortools</artifactId>
    <version>v2015-09</version>
</dependency>

运行mvn全新安装

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...