GroupId | GroupIdorg.apache.shiro |
---|---|
ArtifactId | ArtifactIdshiro-support |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
shiro-support-1.3.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-support/
implementation 'org.apache.shiro:shiro-support:1.3.0'
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-support/
implementation ("org.apache.shiro:shiro-support:1.3.0")
'org.apache.shiro:shiro-support:pom:1.3.0'
<dependency org="org.apache.shiro" name="shiro-support" rev="1.3.0">
<artifact name="shiro-support" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-support', version='1.3.0')
)
libraryDependencies += "org.apache.shiro" % "shiro-support" % "1.3.0"
[org.apache.shiro/shiro-support "1.3.0"]