| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcn.ocoop.framework |
| Идентификатор | Идентификаторshiro-spring-boot-starter |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| shiro-spring-boot-starter-1.0.pom | |
| shiro-spring-boot-starter-1.0.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.ocoop.framework/shiro-spring-boot-starter/ -->
<dependency>
<groupId>cn.ocoop.framework</groupId>
<artifactId>shiro-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ocoop.framework/shiro-spring-boot-starter/
implementation 'cn.ocoop.framework:shiro-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/cn.ocoop.framework/shiro-spring-boot-starter/
implementation ("cn.ocoop.framework:shiro-spring-boot-starter:1.0")
'cn.ocoop.framework:shiro-spring-boot-starter:jar:1.0'
<dependency org="cn.ocoop.framework" name="shiro-spring-boot-starter" rev="1.0">
<artifact name="shiro-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ocoop.framework', module='shiro-spring-boot-starter', version='1.0')
)
libraryDependencies += "cn.ocoop.framework" % "shiro-spring-boot-starter" % "1.0"
[cn.ocoop.framework/shiro-spring-boot-starter "1.0"]