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