How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-logbook-olog</artifactId>
<version>4.7.2</version>
</dependency>
Choose a version of org.phoebus : app-logbook-olog to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.7.x |
app-logbook-olog-4.7.2
|
||
app-logbook-olog-4.7.1
|
|||
app-logbook-olog-4.7.0
|
|||
4.6.x |
app-logbook-olog-4.6.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>app-logbook-olog</artifactId>
<version>4.7.2</version>
</dependency>
Advertisement