How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>club.javafamily</groupId>
<artifactId>notification-manager</artifactId>
<version>2.3.2-beta.14</version>
</dependency>
Choose a version of club.javafamily : notification-manager to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
notification-manager-2.3.2-beta.14
|
||
notification-manager-2.3.2-beta.13
|
|||
notification-manager-2.3.2-beta.12
|
|||
notification-manager-2.3.2-beta.11
|
|||
notification-manager-2.3.2-beta.10
|
|||
notification-manager-2.3.2-beta.9
|
|||
notification-manager-2.3.2-beta.8
|
|||
notification-manager-2.3.2-beta.7
|
|||
notification-manager-2.3.2-beta.6
|
|||
notification-manager-2.3.2-beta.5
|
|||
notification-manager-2.3.2-beta.4
|
|||
notification-manager-2.3.2-beta.3
|
|||
notification-manager-2.3.2-beta.2
|
|||
notification-manager-2.3.2-beta.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>club.javafamily</groupId>
<artifactId>notification-manager</artifactId>
<version>2.3.2-beta.14</version>
</dependency>
Advertisement