How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>jetty-console</artifactId>
<version>1.64</version>
</dependency>
Choose a version of org.fcrepo : jetty-console to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.64 |
jetty-console-1.64
|
||
1.63 |
jetty-console-1.63
|
||
1.62 |
jetty-console-1.62
|
||
1.61 |
jetty-console-1.61
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>jetty-console</artifactId>
<version>1.64</version>
</dependency>
Advertisement