How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>wicket.component.authorization.strategy</artifactId>
<version>6.25.0</version>
</dependency>
Choose a version of de.alpharogroup : wicket.component.authorization.strategy to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.3.x |
wicket.component.authorization.strategy-7.3.0
|
||
7.1.x |
wicket.component.authorization.strategy-7.1.0
|
||
7.0.x |
wicket.component.authorization.strategy-7.0.0
|
||
6.25.x |
wicket.component.authorization.strategy-6.25.0
|
||
6.21.x |
wicket.component.authorization.strategy-6.21.0
|
||
6.20.x |
wicket.component.authorization.strategy-6.20.0
|
||
6.18.x |
wicket.component.authorization.strategy-6.18.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>wicket.component.authorization.strategy</artifactId>
<version>6.25.0</version>
</dependency>
Advertisement