shiro-static-permissions processor

AnnotationProcessor which generates static shiro permission check objects.

License

License

GroupId

GroupId

com.github.sdorra
ArtifactId

ArtifactId

ssp-processor
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download ssp-processor

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.sdorra : ssp-lib jar 1.3.0
com.github.spullara.mustache.java : compiler jar 0.8.17
org.kohsuke.metainf-services : metainf-services Optional jar 1.8

test (6)

Group / Artifact Type Version
com.google.guava : guava jar 20.0
com.google.testing.compile : compile-testing jar 0.10
com.google.truth : truth jar 0.30
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