is not current version
Last Version 1.9.0

org.apache.shiro:shiro-support 1.3.2


GroupId

GroupId

org.apache.shiro
ArtifactId

ArtifactId

shiro-support
Version

Version

1.3.2
Type

Type

pom

Download shiro-support 1.3.2

Filename Size
shiro-support-1.3.2.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.shiro/shiro-support/ -->
<dependency>
    <groupId>org.apache.shiro</groupId>
    <artifactId>shiro-support</artifactId>
    <version>1.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-support/
implementation 'org.apache.shiro:shiro-support:1.3.2'
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-support/
implementation ("org.apache.shiro:shiro-support:1.3.2")
'org.apache.shiro:shiro-support:pom:1.3.2'
<dependency org="org.apache.shiro" name="shiro-support" rev="1.3.2">
  <artifact name="shiro-support" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-support', version='1.3.2')
)
libraryDependencies += "org.apache.shiro" % "shiro-support" % "1.3.2"
[org.apache.shiro/shiro-support "1.3.2"]