shiro-static-permissions

AnnotationProcessor which generates static shiro permission check objects.

License

License

GroupId

GroupId

com.github.sdorra
ArtifactId

ArtifactId

ssp
Last Version

Last Version

1.3.0
Release Date

Release Date

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

Filename Size
ssp-1.3.0.pom 8 KB
Browse

How to add to project

<!-- 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

Versions

Version
1.3.0
1.2.0
1.1.0
1.0.0