How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.carlosthe19916</groupId>
<artifactId>jasper-utils</artifactId>
<version>1.0.6.Final</version>
</dependency>
Choose a version of io.github.carlosthe19916 : jasper-utils to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
jasper-utils-1.0.6.Final
|
||
jasper-utils-1.0.4.Final
|
|||
jasper-utils-1.0.3.Final
|
|||
jasper-utils-1.0.2.Final
|
|||
jasper-utils-1.0.1.Final
|
|||
jasper-utils-1.0.0.Final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.carlosthe19916</groupId>
<artifactId>jasper-utils</artifactId>
<version>1.0.6.Final</version>
</dependency>
Advertisement