How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.garyclayburg</groupId>
<artifactId>whatsupbanner</artifactId>
<version>2.3.3</version>
</dependency>
Choose a version of com.garyclayburg : whatsupbanner to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
whatsupbanner-2.3.3
|
||
whatsupbanner-2.3.2
|
|||
whatsupbanner-2.3.1
|
|||
whatsupbanner-2.3.0
|
|||
2.2.x |
whatsupbanner-2.2.5
|
||
whatsupbanner-2.2.4
|
|||
2.1.x |
whatsupbanner-2.1.1
|
||
2.0.x |
whatsupbanner-2.0.13
|
||
whatsupbanner-2.0.12
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.garyclayburg</groupId>
<artifactId>whatsupbanner</artifactId>
<version>2.3.3</version>
</dependency>
Advertisement