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