How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ikasan.demo</groupId>
<artifactId>demoTransformationRouting-parent</artifactId>
<version>0.8.4</version>
</dependency>
Choose a version of org.ikasan.demo : demoTransformationRouting-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
demoTransformationRouting-parent-0.8.4
|
||
demoTransformationRouting-parent-0.8.3
|
|||
demoTransformationRouting-parent-0.8.1
|
|||
demoTransformationRouting-parent-0.8.0
|
|||
0.7.x |
demoTransformationRouting-parent-0.7.11
|
||
demoTransformationRouting-parent-0.7.10
|
|||
demoTransformationRouting-parent-0.7.9
|
|||
demoTransformationRouting-parent-0.7.8
|
|||
demoTransformationRouting-parent-0.7.7
|
|||
demoTransformationRouting-parent-0.7.6
|
|||
demoTransformationRouting-parent-0.7.5
|
|||
demoTransformationRouting-parent-0.7.4
|
|||
demoTransformationRouting-parent-0.7.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ikasan.demo</groupId>
<artifactId>demoTransformationRouting-parent</artifactId>
<version>0.8.4</version>
</dependency>
Advertisement