shiro-unit

JUnit rule to simplify apache shiro unit tests.

License

License

GroupId

GroupId

com.github.sdorra
ArtifactId

ArtifactId

shiro-unit
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

shiro-unit
JUnit rule to simplify apache shiro unit tests.
Project URL

Project URL

http://sdorra.github.io/shiro-unit

Download shiro-unit

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.shiro : shiro-core jar 1.2.2

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.5
org.mockito : mockito-core jar 4.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0