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