License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.apache.shiro |
ArtifactId | ArtifactIdshiro-config |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Shiro :: Configuration
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-config-1.9.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shiro/shiro-config/ -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-config</artifactId>
<version>1.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-config/
implementation 'org.apache.shiro:shiro-config:1.9.0'
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-config/
implementation ("org.apache.shiro:shiro-config:1.9.0")
'org.apache.shiro:shiro-config:pom:1.9.0'
<dependency org="org.apache.shiro" name="shiro-config" rev="1.9.0">
<artifact name="shiro-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-config', version='1.9.0')
)
libraryDependencies += "org.apache.shiro" % "shiro-config" % "1.9.0"
[org.apache.shiro/shiro-config "1.9.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 2.1 |
org.easymock : easymock | jar | 4.1 |
org.codehaus.groovy : groovy | jar | 2.5.14 |
org.powermock : powermock-module-junit4 | jar | 2.0.2 |
org.powermock : powermock-api-easymock | jar | 2.0.2 |