is not current version
Last Version 1.9.0

org.apache.shiro:shiro-support 1.2.4


GroupId

GroupId

org.apache.shiro
ArtifactId

ArtifactId

shiro-support
Version

Version

1.2.4
Type

Type

pom

Download shiro-support 1.2.4

Filename Size
shiro-support-1.2.4.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.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-support/
implementation 'org.apache.shiro:shiro-support:1.2.4'
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-support/
implementation ("org.apache.shiro:shiro-support:1.2.4")
'org.apache.shiro:shiro-support:pom:1.2.4'
<dependency org="org.apache.shiro" name="shiro-support" rev="1.2.4">
  <artifact name="shiro-support" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-support', version='1.2.4')
)
libraryDependencies += "org.apache.shiro" % "shiro-support" % "1.2.4"
[org.apache.shiro/shiro-support "1.2.4"]