How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-parent</artifactId>
<version>3.5.0</version>
</dependency>
Choose a version of org.n52.sensorweb-server.helgoland : helgoland-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.5.x |
helgoland-parent-3.5.0
|
||
helgoland-parent-3.5.0-PR.13
|
|||
helgoland-parent-3.5.0-PR.12
|
|||
helgoland-parent-3.5.0-PR.11
|
|||
helgoland-parent-3.5.0-PR.10
|
|||
helgoland-parent-3.5.0-PR.9
|
|||
helgoland-parent-3.5.0-PR.8
|
|||
helgoland-parent-3.5.0-PR.7
|
|||
helgoland-parent-3.5.0-PR.6
|
|||
helgoland-parent-3.5.0-PR.5
|
|||
helgoland-parent-3.5.0-PR.4
|
|||
helgoland-parent-3.5.0-PR.3
|
|||
helgoland-parent-3.5.0-PR.2
|
|||
helgoland-parent-3.5.0-PR.1
|
|||
3.4.x |
helgoland-parent-3.4.4
|
||
helgoland-parent-3.4.3
|
|||
helgoland-parent-3.4.2
|
|||
helgoland-parent-3.4.1
|
|||
helgoland-parent-3.4.0
|
|||
3.3.x |
helgoland-parent-3.3.5
|
||
helgoland-parent-3.3.4
|
|||
helgoland-parent-3.3.3
|
|||
helgoland-parent-3.3.2
|
|||
helgoland-parent-3.3.1
|
|||
helgoland-parent-3.3.0
|
|||
3.2.x |
helgoland-parent-3.2.1
|
||
helgoland-parent-3.2.0
|
|||
3.1.x |
helgoland-parent-3.1.0
|
||
3.0.x |
helgoland-parent-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-parent</artifactId>
<version>3.5.0</version>
</dependency>
Advertisement