How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-test-datetimemaven2</artifactId>
<version>1.2.1</version>
</dependency>
Choose a version of com.enioka.jqm : jqm-test-datetimemaven2 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
jqm-test-datetimemaven2-1.2.1
|
||
1.1.x |
jqm-test-datetimemaven2-1.1.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.enioka.jqm</groupId>
<artifactId>jqm-test-datetimemaven2</artifactId>
<version>1.2.1</version>
</dependency>
Advertisement