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