How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smartboot.flow</groupId>
<artifactId>smart-flow-script-condition</artifactId>
<version>1.0.7</version>
</dependency>
Choose a version of org.smartboot.flow : smart-flow-script-condition to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
smart-flow-script-condition-1.0.7
|
||
smart-flow-script-condition-1.0.6
|
|||
smart-flow-script-condition-1.0.5
|
|||
smart-flow-script-condition-1.0.4
|
|||
smart-flow-script-condition-1.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smartboot.flow</groupId>
<artifactId>smart-flow-script-condition</artifactId>
<version>1.0.7</version>
</dependency>
Advertisement