How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.moodysalem</groupId>
<artifactId>phantomjs-wrapper-parent</artifactId>
<version>3.1.3</version>
</dependency>
Choose a version of com.moodysalem : phantomjs-wrapper-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
phantomjs-wrapper-parent-3.1.3
|
||
phantomjs-wrapper-parent-3.1.2
|
|||
phantomjs-wrapper-parent-3.1.1
|
|||
phantomjs-wrapper-parent-3.1.0
|
|||
3.0.x |
phantomjs-wrapper-parent-3.0.0
|
||
2.1.x |
phantomjs-wrapper-parent-2.1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.moodysalem</groupId>
<artifactId>phantomjs-wrapper-parent</artifactId>
<version>3.1.3</version>
</dependency>
Advertisement