How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>stormpath-shiro-root</artifactId>
<version>0.7.2</version>
</dependency>
Choose a version of com.stormpath.shiro : stormpath-shiro-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
stormpath-shiro-root-0.8.0-RC1
|
||
0.7.x |
stormpath-shiro-root-0.7.2
|
||
stormpath-shiro-root-0.7.1
|
|||
stormpath-shiro-root-0.7.0
|
|||
0.6.x |
stormpath-shiro-root-0.6.0
|
||
0.5.x |
stormpath-shiro-root-0.5.0
|
||
0.4.x |
stormpath-shiro-root-0.4.0
|
||
0.3.x |
stormpath-shiro-root-0.3.1
|
||
stormpath-shiro-root-0.3.0
|
|||
0.2.x |
stormpath-shiro-root-0.2.2
|
||
stormpath-shiro-root-0.2.1
|
|||
stormpath-shiro-root-0.2.0
|
|||
0.1.x |
stormpath-shiro-root-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>stormpath-shiro-root</artifactId>
<version>0.7.2</version>
</dependency>
Advertisement