How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.qsy7.java.modules</groupId>
<artifactId>workflow</artifactId>
<version>impl</version>
</dependency>
Choose a version of io.github.qsy7.java.modules : workflow to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
workflow-0.1.2
|
||
workflow-0.1.1
|
|||
workflow-0.1.0
|
|||
impl |
workflow-impl
|
||
examples |
workflow-examples
|
||
api |
workflow-api
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.qsy7.java.modules</groupId>
<artifactId>workflow</artifactId>
<version>impl</version>
</dependency>
Advertisement