How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.nishadchayanakhawa</groupId>
<artifactId>automation-testing-framework</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of io.github.nishadchayanakhawa : automation-testing-framework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
automation-testing-framework-2.0.0
|
||
1.0.x |
automation-testing-framework-1.0.0
|
||
0.0.x |
automation-testing-framework-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.nishadchayanakhawa</groupId>
<artifactId>automation-testing-framework</artifactId>
<version>2.0.0</version>
</dependency>
Advertisement