| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.codeartisans.shiro |
| Идентификатор | Идентификаторshiro-ext |
| Версия | Версия1.1 |
| Тип | Типpom |
| Описание |
Описаниеshiro-ext
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| shiro-ext-1.1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codeartisans.shiro/shiro-ext/ -->
<dependency>
<groupId>org.codeartisans.shiro</groupId>
<artifactId>shiro-ext</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codeartisans.shiro/shiro-ext/
implementation 'org.codeartisans.shiro:shiro-ext:1.1'
// https://jarcasting.com/artifacts/org.codeartisans.shiro/shiro-ext/
implementation ("org.codeartisans.shiro:shiro-ext:1.1")
'org.codeartisans.shiro:shiro-ext:pom:1.1'
<dependency org="org.codeartisans.shiro" name="shiro-ext" rev="1.1">
<artifact name="shiro-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codeartisans.shiro', module='shiro-ext', version='1.1')
)
libraryDependencies += "org.codeartisans.shiro" % "shiro-ext" % "1.1"
[org.codeartisans.shiro/shiro-ext "1.1"]