License |
License |
---|---|
GroupId | GroupIdcom.bertoncelj |
ArtifactId | ArtifactIdshiro-cdi-authz |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShiro CDI Authz
Simple permission based security with Apache Shiro via CDI 1.2 interceptors
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shiro-cdi-authz-0.1.0.pom | |
shiro-cdi-authz-0.1.0.jar | 7 KB |
shiro-cdi-authz-0.1.0-sources.jar | 4 KB |
shiro-cdi-authz-0.1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bertoncelj/shiro-cdi-authz/ -->
<dependency>
<groupId>com.bertoncelj</groupId>
<artifactId>shiro-cdi-authz</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertoncelj/shiro-cdi-authz/
implementation 'com.bertoncelj:shiro-cdi-authz:0.1.0'
// https://jarcasting.com/artifacts/com.bertoncelj/shiro-cdi-authz/
implementation ("com.bertoncelj:shiro-cdi-authz:0.1.0")
'com.bertoncelj:shiro-cdi-authz:jar:0.1.0'
<dependency org="com.bertoncelj" name="shiro-cdi-authz" rev="0.1.0">
<artifact name="shiro-cdi-authz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertoncelj', module='shiro-cdi-authz', version='0.1.0')
)
libraryDependencies += "com.bertoncelj" % "shiro-cdi-authz" % "0.1.0"
[com.bertoncelj/shiro-cdi-authz "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.shiro : shiro-core | jar | 1.3.2 |
javax.enterprise : cdi-api | jar | 1.2 |
javax.interceptor : javax.interceptor-api | jar | 1.2 |
javax.annotation : javax.annotation-api | jar | 1.2 |
com.google.guava : guava | jar | 18.0 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.10 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |
org.mockito : mockito-all | jar | 1.10.19 |
org.jboss.weld.se : weld-se-core | jar | 2.3.5.Final |
org.slf4j : slf4j-simple | jar | 1.7.7 |