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