How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jwebmp.apps</groupId>
<artifactId>jwebmp-apps</artifactId>
<version>1.2.2.1-jre17</version>
</dependency>
Choose a version of com.jwebmp.apps : jwebmp-apps to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
jwebmp-apps-1.2.2.1-jre17
|
||
jwebmp-apps-1.2.2.1
|
|||
jwebmp-apps-1.2.1.2-jre17
|
|||
jwebmp-apps-1.2.1.1-jre17
|
|||
0.68.x |
jwebmp-apps-0.68.0.1
|
||
0.67.x |
jwebmp-apps-0.67.0.16
|
||
jwebmp-apps-0.67.0.15
|
|||
jwebmp-apps-0.67.0.12
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.jwebmp.apps</groupId>
<artifactId>jwebmp-apps</artifactId>
<version>1.2.2.1-jre17</version>
</dependency>
Advertisement