| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.stormpath.shiro |
| Идентификатор | Идентификаторstormpath-shiro-servlet |
| Версия | Версия0.7.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| stormpath-shiro-servlet-0.7.0.pom | |
| stormpath-shiro-servlet-0.7.0.jar | 29 KB |
| stormpath-shiro-servlet-0.7.0-sources.jar | 25 KB |
| stormpath-shiro-servlet-0.7.0-javadoc.jar | 146 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.stormpath.shiro/stormpath-shiro-servlet/ -->
<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>stormpath-shiro-servlet</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.shiro/stormpath-shiro-servlet/
implementation 'com.stormpath.shiro:stormpath-shiro-servlet:0.7.0'
// https://jarcasting.com/artifacts/com.stormpath.shiro/stormpath-shiro-servlet/
implementation ("com.stormpath.shiro:stormpath-shiro-servlet:0.7.0")
'com.stormpath.shiro:stormpath-shiro-servlet:jar:0.7.0'
<dependency org="com.stormpath.shiro" name="stormpath-shiro-servlet" rev="0.7.0">
<artifact name="stormpath-shiro-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.shiro', module='stormpath-shiro-servlet', version='0.7.0')
)
libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-servlet" % "0.7.0"
[com.stormpath.shiro/stormpath-shiro-servlet "0.7.0"]