How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hansken.plugin.extraction</groupId>
<artifactId>runtime</artifactId>
<version>0.7.0</version>
</dependency>
Choose a version of org.hansken.plugin.extraction : runtime to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
runtime-0.7.0
|
||
0.6.x |
runtime-0.6.3
|
||
runtime-0.6.2
|
|||
runtime-0.6.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hansken.plugin.extraction</groupId>
<artifactId>runtime</artifactId>
<version>0.7.0</version>
</dependency>
Advertisement