How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>us.hebi.matlab</groupId>
<artifactId>mat-parent</artifactId>
<version>0.4.1</version>
</dependency>
Choose a version of us.hebi.matlab : mat-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4.x |
mat-parent-0.4.1
|
||
0.4 |
mat-parent-0.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>us.hebi.matlab</groupId>
<artifactId>mat-parent</artifactId>
<version>0.4.1</version>
</dependency>
Advertisement