Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
试图找到flowable的java maven依赖,在这里找到了flowable的maven仓库
当我尝试在 maven 依赖项中搜索 org.flowable 时,它没有显示任何内容。
在maven中添加flowable依赖,只需要添加:
<dependency> <groupId>org.flowable</groupId> <artifactId>flowable-spring-boot-starter-rest</artifactId> <version>${flowable.version}</version> </dependency>
这将下载 flowable 的依赖项。