| License |
License |
|---|---|
| GroupId | GroupIdcom.github.sdorra |
| ArtifactId | ArtifactIdshiro-unit |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionshiro-unit
JUnit rule to simplify apache shiro unit tests.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| shiro-unit-1.0.2.pom | |
| shiro-unit-1.0.2.jar | 9 KB |
| shiro-unit-1.0.2-sources.jar | 7 KB |
| shiro-unit-1.0.2-javadoc.jar | 56 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.shiro : shiro-core | jar | 1.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.5 |
| org.mockito : mockito-core | jar | 4.0.0 |