How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.glassfish.main.appclient.client</groupId>
<artifactId>client</artifactId>
<version>3.1.2.2</version>
</dependency>
Choose a version of org.glassfish.main.appclient.client : client to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
client-3.1.2.2
|
||
client-3.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.glassfish.main.appclient.client</groupId>
<artifactId>client</artifactId>
<version>3.1.2.2</version>
</dependency>
Advertisement