How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.yelong0216.dream.first</groupId>
<artifactId>dream-first-extjs-parent</artifactId>
<version>2.1.0</version>
</dependency>
Choose a version of com.github.yelong0216.dream.first : dream-first-extjs-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
dream-first-extjs-parent-2.1.0
|
||
2.0.x |
dream-first-extjs-parent-2.0.0
|
||
1.0.x |
dream-first-extjs-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.yelong0216.dream.first</groupId>
<artifactId>dream-first-extjs-parent</artifactId>
<version>2.1.0</version>
</dependency>
Advertisement