License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.apache.shiro |
ArtifactId | ArtifactIdshiro-groovy |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Shiro :: Support :: Groovy
Apache Shiro is a powerful and flexible open-source security framework that cleanly handles
authentication, authorization, enterprise session management, single sign-on and cryptography services.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
shiro-groovy-1.1.0.pom | |
shiro-groovy-1.1.0.jar | 6 KB |
shiro-groovy-1.1.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shiro/shiro-groovy/ -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-groovy</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-groovy/
implementation 'org.apache.shiro:shiro-groovy:1.1.0'
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-groovy/
implementation ("org.apache.shiro:shiro-groovy:1.1.0")
'org.apache.shiro:shiro-groovy:jar:1.1.0'
<dependency org="org.apache.shiro" name="shiro-groovy" rev="1.1.0">
<artifact name="shiro-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-groovy', version='1.1.0')
)
libraryDependencies += "org.apache.shiro" % "shiro-groovy" % "1.1.0"
[org.apache.shiro/shiro-groovy "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.shiro : shiro-core | jar | 1.1.0 |
org.codehaus.groovy : groovy-all | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
log4j : log4j | jar | 1.2.16 |
junit : junit | jar | 4.8.2 |
org.easymock : easymock | jar | 3.0 |