Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.ocpsoft.rewrite |
ArtifactId | ArtifactIdrewrite-security-integration-shiro |
Version | Version2.0.6.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-security-integration-shiro/ -->
<dependency>
<groupId>org.ocpsoft.rewrite</groupId>
<artifactId>rewrite-security-integration-shiro</artifactId>
<version>2.0.6.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-security-integration-shiro/
implementation 'org.ocpsoft.rewrite:rewrite-security-integration-shiro:2.0.6.Final'
// https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-security-integration-shiro/
implementation ("org.ocpsoft.rewrite:rewrite-security-integration-shiro:2.0.6.Final")
'org.ocpsoft.rewrite:rewrite-security-integration-shiro:jar:2.0.6.Final'
<dependency org="org.ocpsoft.rewrite" name="rewrite-security-integration-shiro" rev="2.0.6.Final">
<artifact name="rewrite-security-integration-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ocpsoft.rewrite', module='rewrite-security-integration-shiro', version='2.0.6.Final')
)
libraryDependencies += "org.ocpsoft.rewrite" % "rewrite-security-integration-shiro" % "2.0.6.Final"
[org.ocpsoft.rewrite/rewrite-security-integration-shiro "2.0.6.Final"]