How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.scarbo.runtime</groupId>
<artifactId>task-engine-parent</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of org.ow2.scarbo.runtime : task-engine-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
task-engine-parent-3.0.0
|
||
1.0.x |
task-engine-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.scarbo.runtime</groupId>
<artifactId>task-engine-parent</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement