How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shiro.crypto</groupId>
<artifactId>shiro-crypto-support</artifactId>
<version>2.0.0-alpha-3</version>
</dependency>
Choose a version of org.apache.shiro.crypto : shiro-crypto-support to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
shiro-crypto-support-2.0.0-alpha-3
|
||
shiro-crypto-support-2.0.0-alpha-2
|
|||
shiro-crypto-support-2.0.0-alpha-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shiro.crypto</groupId>
<artifactId>shiro-crypto-support</artifactId>
<version>2.0.0-alpha-3</version>
</dependency>
Advertisement