How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>messaging</artifactId>
<version>0.17</version>
</dependency>
Choose a version of org.apache.airavata : messaging to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.17 |
messaging-0.17
|
||
0.16 |
messaging-0.16
|
||
0.15 |
messaging-0.15
|
||
0.14 |
messaging-0.14
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>messaging</artifactId>
<version>0.17</version>
</dependency>
Advertisement