How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.raysha.lib</groupId>
<artifactId>jsimpleshell-parent</artifactId>
<version>4.0</version>
</dependency>
Choose a version of de.raysha.lib : jsimpleshell-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0 |
jsimpleshell-parent-4.0
|
||
3.0.x |
jsimpleshell-parent-3.0.2
|
||
jsimpleshell-parent-3.0.1
|
|||
3.0 |
jsimpleshell-parent-3.0
|
||
2.2 |
jsimpleshell-parent-2.2
|
||
2.1 |
jsimpleshell-parent-2.1
|
||
2.0 |
jsimpleshell-parent-2.0
|
||
1.0 |
jsimpleshell-parent-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.raysha.lib</groupId>
<artifactId>jsimpleshell-parent</artifactId>
<version>4.0</version>
</dependency>
Advertisement