How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>no.esito</groupId>
<artifactId>g9-runtime</artifactId>
<version>2.9.0</version>
</dependency>
Choose a version of no.esito : g9-runtime to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.9.x |
g9-runtime-2.9.0
|
||
2.8.x |
g9-runtime-2.8.1
|
||
2.7.x |
g9-runtime-2.7.1
|
||
g9-runtime-2.7.0
|
|||
2.6.x |
g9-runtime-2.6.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>no.esito</groupId>
<artifactId>g9-runtime</artifactId>
<version>2.9.0</version>
</dependency>
Advertisement