How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>apache-stratos-python-cartridge-agent</artifactId>
<version>4.1.1</version>
</dependency>
Choose a version of org.apache.stratos : apache-stratos-python-cartridge-agent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
apache-stratos-python-cartridge-agent-4.1.1
|
||
apache-stratos-python-cartridge-agent-4.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>apache-stratos-python-cartridge-agent</artifactId>
<version>4.1.1</version>
</dependency>
Advertisement