File | Operation |
---|---|
shiro-crypto-support-2.0.0-alpha-4.pom | download |
<dependency>
<groupId>org.apache.shiro.crypto</groupId>
<artifactId>shiro-crypto-support</artifactId>
<version>2.0.0-alpha-4</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.apache.shiro.crypto" % "shiro-crypto-support" % "2.0.0-alpha-4"
@Grapes(
@Grab(group='org.apache.shiro.crypto', module='shiro-crypto-support', version='2.0.0-alpha-4')
)
<dependency org="org.apache.shiro.crypto" name="shiro-crypto-support" rev="2.0.0-alpha-4" />
<parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-crypto</artifactId> <version>2.0.0-alpha-4</version> </parent>