| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.apache.shiro |
| Идентификатор | Идентификаторshiro-spring-boot-web-starter |
| Версия | Версия1.4.0-RC2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.shiro/shiro-spring-boot-web-starter/ -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-web-starter</artifactId>
<version>1.4.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-spring-boot-web-starter/
implementation 'org.apache.shiro:shiro-spring-boot-web-starter:1.4.0-RC2'
// https://jarcasting.com/artifacts/org.apache.shiro/shiro-spring-boot-web-starter/
implementation ("org.apache.shiro:shiro-spring-boot-web-starter:1.4.0-RC2")
'org.apache.shiro:shiro-spring-boot-web-starter:jar:1.4.0-RC2'
<dependency org="org.apache.shiro" name="shiro-spring-boot-web-starter" rev="1.4.0-RC2">
<artifact name="shiro-spring-boot-web-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro', module='shiro-spring-boot-web-starter', version='1.4.0-RC2')
)
libraryDependencies += "org.apache.shiro" % "shiro-spring-boot-web-starter" % "1.4.0-RC2"
[org.apache.shiro/shiro-spring-boot-web-starter "1.4.0-RC2"]