How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jesperancinha.itf</groupId>
<artifactId>itf-chartizate</artifactId>
<version>5.0.1</version>
</dependency>
Choose a version of org.jesperancinha.itf : itf-chartizate to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
itf-chartizate-5.0.1
|
||
itf-chartizate-5.0.0
|
|||
4.1.x |
itf-chartizate-4.1.2
|
||
itf-chartizate-4.1.1
|
|||
itf-chartizate-4.1.0
|
|||
4.0.x |
itf-chartizate-4.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jesperancinha.itf</groupId>
<artifactId>itf-chartizate</artifactId>
<version>5.0.1</version>
</dependency>
Advertisement