shiro-static-permissions example

AnnotationProcessor which generates static shiro permission check objects.

License

License

GroupId

GroupId

com.github.sdorra
ArtifactId

ArtifactId

ssp-example
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

shiro-static-permissions example
AnnotationProcessor which generates static shiro permission check objects.

Download ssp-example

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.sdorra : ssp-lib jar 1.3.0
com.github.sdorra : ssp-processor Optional jar 1.3.0
org.kohsuke.metainf-services : metainf-services Optional jar 1.8

test (6)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.slf4j : jcl-over-slf4j jar 1.7.30
com.github.sdorra : shiro-unit jar 1.0.0
junit : junit jar 4.13.1
org.mockito : mockito-core jar 2.12.0
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.0
1.1.0
1.0.0