License |
License |
---|---|
GroupId | GroupIdorg.apache.shiro |
ArtifactId | ArtifactIdshiro-all |
Last Version | Last Version1.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Shiro :: All (aggregate jar)
Creates an aggregate jar that contains the contents of all other Shiro module .jars (aka an 'uber jar')
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
shiro-all-1.9.0.pom | |
shiro-all-1.9.0.jar | 520 KB |
shiro-all-1.9.0-sources.jar | 5 KB |
shiro-all-1.9.0-javadoc.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shiro/shiro-all/ -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-all</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-all/
implementation 'org.apache.shiro:shiro-all:1.9.0'
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-all/
implementation ("org.apache.shiro:shiro-all:1.9.0")
'org.apache.shiro:shiro-all:jar:1.9.0'
<dependency org="org.apache.shiro" name="shiro-all" rev="1.9.0">
<artifact name="shiro-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-all', version='1.9.0')
)
libraryDependencies += "org.apache.shiro" % "shiro-all" % "1.9.0"
[org.apache.shiro/shiro-all "1.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.shiro : shiro-lang | jar | 1.9.0 |
org.apache.shiro : shiro-config-core | jar | 1.9.0 |
org.apache.shiro : shiro-config-ogdl | jar | 1.9.0 |
org.apache.shiro : shiro-crypto-core | jar | 1.9.0 |
org.apache.shiro : shiro-crypto-hash | jar | 1.9.0 |
org.apache.shiro : shiro-crypto-cipher | jar | 1.9.0 |
org.apache.shiro : shiro-event | jar | 1.9.0 |
org.apache.shiro : shiro-core | jar | 1.9.0 |
org.apache.shiro : shiro-web | jar | 1.9.0 |
org.apache.shiro : shiro-aspectj | jar | 1.9.0 |
org.apache.shiro : shiro-cache | jar | 1.9.0 |
org.apache.shiro : shiro-ehcache | jar | 1.9.0 |
org.apache.shiro : shiro-guice | jar | 1.9.0 |
org.apache.shiro : shiro-hazelcast | jar | 1.9.0 |
org.apache.shiro : shiro-quartz | jar | 1.9.0 |
org.apache.shiro : shiro-spring | jar | 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 |