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