Maven依赖项不存在可流动

时间:2019-07-01 09:48:08

标签: java maven activiti flowable

试图找到可流动的java maven依赖项,我发现了可流动的here的maven存储库

enter image description here

当我尝试以maven依赖关系搜索org.flowable时,它没有显示任何内容。

1 个答案:

答案 0 :(得分:2)

要在maven中添加flowable依赖项,只需添加:

<dependency>
    <groupId>org.flowable</groupId>
    <artifactId>flowable-spring-boot-starter-rest</artifactId>
    <version>${flowable.version}</version>
</dependency>

这将下载flowable的依赖项。