| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sdorra |
| Идентификатор | Идентификаторshiro-unit |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеshiro-unit
JUnit rule to simplify apache shiro unit tests.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.shiro : shiro-core | jar | 1.2.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.5 |
| org.mockito : mockito-core | jar | 4.0.0 |