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