Last Version

shiro-static-permissions 1.3.0

AnnotationProcessor which generates static shiro permission check objects.

License

License

GroupId

GroupId

com.github.sdorra
ArtifactId

ArtifactId

ssp
Version

Version

1.3.0
Type

Type

pom
Description

Description

shiro-static-permissions
AnnotationProcessor which generates static shiro permission check objects.
Project URL

Project URL

https://github.com/sdorra/shiro-static-permissions

Download ssp 1.3.0

Filename Size
ssp-1.3.0.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.sdorra/ssp/ -->
<dependency>
    <groupId>com.github.sdorra</groupId>
    <artifactId>ssp</artifactId>
    <version>1.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdorra/ssp/
implementation 'com.github.sdorra:ssp:1.3.0'
// https://jarcasting.com/artifacts/com.github.sdorra/ssp/
implementation ("com.github.sdorra:ssp:1.3.0")
'com.github.sdorra:ssp:pom:1.3.0'
<dependency org="com.github.sdorra" name="ssp" rev="1.3.0">
  <artifact name="ssp" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sdorra', module='ssp', version='1.3.0')
)
libraryDependencies += "com.github.sdorra" % "ssp" % "1.3.0"
[com.github.sdorra/ssp "1.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.kohsuke.metainf-services : metainf-services Optional jar 1.8

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.mockito : mockito-core jar 2.12.0
org.hamcrest : hamcrest-core jar 1.3

Project Modules

  • ssp-lib
  • ssp-processor
  • ssp-example