How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.eduardovalentim</groupId>
<artifactId>easymath</artifactId>
<version>0.1.17</version>
</dependency>
Choose a version of com.github.eduardovalentim : easymath to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
easymath-0.1.17
|
||
easymath-0.1.16
|
|||
easymath-0.1.15
|
|||
easymath-0.1.13
|
|||
easymath-0.1.12
|
|||
easymath-0.1.11
|
|||
easymath-0.1.10
|
|||
easymath-0.1.9
|
|||
easymath-0.1.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.eduardovalentim</groupId>
<artifactId>easymath</artifactId>
<version>0.1.17</version>
</dependency>
Advertisement