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