Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.ocpsoft.rewrite |
ArtifactId | ArtifactIdrewrite-security-integration-shiro |
Version | Version3.0.0.Alpha2 |
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>3.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-security-integration-shiro/
implementation 'org.ocpsoft.rewrite:rewrite-security-integration-shiro:3.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-security-integration-shiro/
implementation ("org.ocpsoft.rewrite:rewrite-security-integration-shiro:3.0.0.Alpha2")
'org.ocpsoft.rewrite:rewrite-security-integration-shiro:jar:3.0.0.Alpha2'
<dependency org="org.ocpsoft.rewrite" name="rewrite-security-integration-shiro" rev="3.0.0.Alpha2">
<artifact name="rewrite-security-integration-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ocpsoft.rewrite', module='rewrite-security-integration-shiro', version='3.0.0.Alpha2')
)
libraryDependencies += "org.ocpsoft.rewrite" % "rewrite-security-integration-shiro" % "3.0.0.Alpha2"
[org.ocpsoft.rewrite/rewrite-security-integration-shiro "3.0.0.Alpha2"]