How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.projectdarkstar</groupId>
<artifactId>sgs</artifactId>
<version>16</version>
</dependency>
Choose a version of com.projectdarkstar : sgs to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
16 |
sgs-16
|
||
15 |
sgs-15
|
||
14 |
sgs-14
|
||
13 |
sgs-13
|
||
12 |
sgs-12
|
||
11 |
sgs-11
|
||
10 |
sgs-10
|
||
9 |
sgs-9
|
||
8 |
sgs-8
|
||
7 |
sgs-7
|
||
6 |
sgs-6
|
||
5 |
sgs-5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.projectdarkstar</groupId>
<artifactId>sgs</artifactId>
<version>16</version>
</dependency>
Advertisement