How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.gshell</groupId>
<artifactId>gshell</artifactId>
<version>2.6.5</version>
</dependency>
Choose a version of org.sonatype.gshell : gshell to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.6.x |
gshell-2.6.5
|
||
gshell-2.6.4
|
|||
gshell-2.6.3
|
|||
gshell-2.6.2
|
|||
gshell-2.6.1
|
|||
2.6 |
gshell-2.6
|
||
2.5.x |
gshell-2.5.1
|
||
2.5 |
gshell-2.5
|
||
2.4 |
gshell-2.4
|
||
2.3.x |
gshell-2.3.1
|
||
2.3 |
gshell-2.3
|
||
2.2 |
gshell-2.2
|
||
2.1 |
gshell-2.1
|
||
2.0 |
gshell-2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.sonatype.gshell</groupId>
<artifactId>gshell</artifactId>
<version>2.6.5</version>
</dependency>
Advertisement