How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.buschmais.jqassistant.cli</groupId>
<artifactId>plugins</artifactId>
<version>2.0.0-M4</version>
</dependency>
Choose a version of com.buschmais.jqassistant.cli : plugins to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
plugins-2.0.0-RC1
|
||
plugins-2.0.0-M4
|
|||
plugins-2.0.0-M3
|
|||
plugins-2.0.0-M2
|
|||
plugins-2.0.0-M1
|
|||
1.12.x |
plugins-1.12.2
|
||
plugins-1.12.1
|
|||
plugins-1.12.0
|
|||
plugins-1.12.0-M1
|
|||
1.11.x |
plugins-1.11.1
|
||
plugins-1.11.0
|
|||
plugins-1.11.0-RC-1
|
|||
1.10.x |
plugins-1.10.1
|
||
plugins-1.10.0
|
|||
plugins-1.10.0-RC1
|
|||
plugins-1.10.0-ALPHA1
|
|||
1.9.x |
plugins-1.9.1
|
||
plugins-1.9.0
|
|||
plugins-1.9.0-RC1
|
|||
plugins-1.9.0-ALPHA2
|
|||
plugins-1.9.0-ALPHA1
|
|||
1.8.x |
plugins-1.8.0
|
||
plugins-1.8.0-MS1
|
|||
1.7.x |
plugins-1.7.0
|
||
plugins-1.7.0-RC1
|
|||
plugins-1.7.0-MS3
|
|||
plugins-1.7.0-MS2
|
|||
plugins-1.7.0-MS1
|
|||
1.6.x |
plugins-1.6.0
|
||
plugins-1.6.0-RC1
|
|||
1.5.x |
plugins-1.5.0
|
||
plugins-1.5.0-RC-1
|
|||
1.4.x |
plugins-1.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.buschmais.jqassistant.cli</groupId>
<artifactId>plugins</artifactId>
<version>2.0.0-M4</version>
</dependency>
Advertisement