How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.7.3</version>
</dependency>
Choose a version of com.github.spotbugs : spotbugs to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.7.x |
spotbugs-4.7.3
|
||
spotbugs-4.7.2
|
|||
spotbugs-4.7.1
|
|||
spotbugs-4.7.0
|
|||
4.6.x |
spotbugs-4.6.0
|
||
4.5.x |
spotbugs-4.5.3
|
||
spotbugs-4.5.2
|
|||
spotbugs-4.5.1
|
|||
spotbugs-4.5.0
|
|||
4.4.x |
spotbugs-4.4.2
|
||
spotbugs-4.4.1
|
|||
spotbugs-4.4.0
|
|||
4.3.x |
spotbugs-4.3.0
|
||
4.2.x |
spotbugs-4.2.3
|
||
spotbugs-4.2.2
|
|||
spotbugs-4.2.1
|
|||
spotbugs-4.2.0
|
|||
4.1.x |
spotbugs-4.1.4
|
||
spotbugs-4.1.3
|
|||
spotbugs-4.1.2
|
|||
spotbugs-4.1.1
|
|||
spotbugs-4.1.0
|
|||
4.0.x |
spotbugs-4.0.6
|
||
spotbugs-4.0.5
|
|||
spotbugs-4.0.4
|
|||
spotbugs-4.0.3
|
|||
spotbugs-4.0.2
|
|||
spotbugs-4.0.1
|
|||
spotbugs-4.0.0
|
|||
spotbugs-4.0.0-RC3
|
|||
spotbugs-4.0.0-RC1
|
|||
spotbugs-4.0.0-beta5
|
|||
spotbugs-4.0.0-beta4
|
|||
spotbugs-4.0.0-beta3
|
|||
spotbugs-4.0.0-beta2
|
|||
spotbugs-4.0.0-beta1
|
|||
3.1.x |
spotbugs-3.1.12
|
||
spotbugs-3.1.11
|
|||
spotbugs-3.1.10
|
|||
spotbugs-3.1.9
|
|||
spotbugs-3.1.8
|
|||
spotbugs-3.1.7
|
|||
spotbugs-3.1.6
|
|||
spotbugs-3.1.5
|
|||
spotbugs-3.1.4
|
|||
spotbugs-3.1.3
|
|||
spotbugs-3.1.2
|
|||
spotbugs-3.1.1
|
|||
spotbugs-3.1.0
|
|||
spotbugs-3.1.0-RC7
|
|||
spotbugs-3.1.0-RC6
|
|||
spotbugs-3.1.0-RC5
|
|||
spotbugs-3.1.0-RC4
|
|||
spotbugs-3.1.0-RC3
|
|||
spotbugs-3.1.0-RC2
|
|||
spotbugs-3.1.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.7.3</version>
</dependency>
Advertisement