How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.gshell.ext</groupId>
<artifactId>gshell-ext</artifactId>
<version>2.6.5</version>
</dependency>
Choose a version of org.sonatype.gshell.ext : gshell-ext to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.6.x |
gshell-ext-2.6.5
|
||
gshell-ext-2.6.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.gshell.ext</groupId>
<artifactId>gshell-ext</artifactId>
<version>2.6.5</version>
</dependency>
Advertisement