<dependency> <groupId>org.apache.shiro.crypto</groupId> <artifactId>shiro-crypto-support</artifactId> <version>2.0.0</version> <type>pom</type> </dependency>
<dependency org="org.apache.shiro.crypto" name="shiro-crypto-support" rev="2.0.0"> <artifact name="shiro-crypto-support" type="pom" /> </dependency>
@Grapes( @Grab(group='org.apache.shiro.crypto', module='shiro-crypto-support', version='2.0.0') )
implementation 'org.apache.shiro.crypto:shiro-crypto-support:2.0.0'
libraryDependencies += "org.apache.shiro.crypto" % "shiro-crypto-support" % "2.0.0"
[org.apache.shiro.crypto/shiro-crypto-support "2.0.0"]