How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shijingsh</groupId>
<artifactId>mg2-framework</artifactId>
<version>1.4.0</version>
</dependency>
Choose a version of com.github.shijingsh : mg2-framework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
mg2-framework-1.4.0
|
||
1.3.x |
mg2-framework-1.3.2
|
||
mg2-framework-1.3.1
|
|||
mg2-framework-1.3.0
|
|||
1.2.x |
mg2-framework-1.2.0
|
||
1.1.x |
mg2-framework-1.1.0
|
||
1.0.x |
mg2-framework-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.shijingsh</groupId>
<artifactId>mg2-framework</artifactId>
<version>1.4.0</version>
</dependency>
Advertisement