<dependency>
<groupId>org.apache.shiro.crypto</groupId>
<artifactId>shiro-hashes-argon2</artifactId>
<version>2.0.0-alpha-2</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.apache.shiro.crypto" % "shiro-hashes-argon2" % "2.0.0-alpha-2"
@Grapes(
@Grab(group='org.apache.shiro.crypto', module='shiro-hashes-argon2', version='2.0.0-alpha-2')
)
<dependency org="org.apache.shiro.crypto" name="shiro-hashes-argon2" rev="2.0.0-alpha-2" />