How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.ballerina</groupId>
<artifactId>ballerina-performance-cloudformation</artifactId>
<version>0.990.0</version>
</dependency>
Choose a version of io.ballerina : ballerina-performance-cloudformation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.990.x |
ballerina-performance-cloudformation-0.990.0
|
||
0.983.x |
ballerina-performance-cloudformation-0.983.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.ballerina</groupId>
<artifactId>ballerina-performance-cloudformation</artifactId>
<version>0.990.0</version>
</dependency>
Advertisement