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