How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.skyghis</groupId>
<artifactId>j-interop-ng-parent</artifactId>
<version>3.5.1</version>
</dependency>
Choose a version of com.github.skyghis : j-interop-ng-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.5.x |
j-interop-ng-parent-3.5.1
|
||
j-interop-ng-parent-3.5.0
|
|||
3.4.x |
j-interop-ng-parent-3.4.0
|
||
3.3.x |
j-interop-ng-parent-3.3.0
|
||
3.2.x |
j-interop-ng-parent-3.2.0
|
||
3.1.x |
j-interop-ng-parent-3.1.0
|
||
3.0.x |
j-interop-ng-parent-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.skyghis</groupId>
<artifactId>j-interop-ng-parent</artifactId>
<version>3.5.1</version>
</dependency>
Advertisement