How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>me.bazhenov.groovy-shell</groupId>
<artifactId>groovy-shell-parent</artifactId>
<version>2.2.3</version>
</dependency>
Choose a version of me.bazhenov.groovy-shell : groovy-shell-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
groovy-shell-parent-2.2.3
|
||
groovy-shell-parent-2.2.2
|
|||
groovy-shell-parent-2.2.1
|
|||
groovy-shell-parent-2.2.0
|
|||
2.1.x |
groovy-shell-parent-2.1.1
|
||
groovy-shell-parent-2.1.0
|
|||
2.0.x |
groovy-shell-parent-2.0.3
|
||
groovy-shell-parent-2.0.2
|
|||
groovy-shell-parent-2.0.1
|
|||
groovy-shell-parent-2.0.0
|
|||
1.7.x |
groovy-shell-parent-1.7.3
|
||
groovy-shell-parent-1.7.2
|
|||
groovy-shell-parent-1.7.1
|
|||
1.7 |
groovy-shell-parent-1.7
|
||
1.6 |
groovy-shell-parent-1.6
|
||
1.5 |
groovy-shell-parent-1.5
|
||
1.4 |
groovy-shell-parent-1.4
|
||
1.3 |
groovy-shell-parent-1.3
|
||
1.2 |
groovy-shell-parent-1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>me.bazhenov.groovy-shell</groupId>
<artifactId>groovy-shell-parent</artifactId>
<version>2.2.3</version>
</dependency>
Advertisement