How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>se.vgregion.notifications</groupId>
<artifactId>notifications-core-bc</artifactId>
<version>1.10</version>
</dependency>
Choose a version of se.vgregion.notifications : notifications-core-bc to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.10 |
notifications-core-bc-1.10
|
||
1.9 |
notifications-core-bc-1.9
|
||
1.8 |
notifications-core-bc-1.8
|
||
1.7 |
notifications-core-bc-1.7
|
||
1.6 |
notifications-core-bc-1.6
|
||
1.5 |
notifications-core-bc-1.5
|
||
1.4 |
notifications-core-bc-1.4
|
||
1.3 |
notifications-core-bc-1.3
|
||
1.1 |
notifications-core-bc-1.1
|
||
1.0 |
notifications-core-bc-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>se.vgregion.notifications</groupId>
<artifactId>notifications-core-bc</artifactId>
<version>1.10</version>
</dependency>
Advertisement