| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаorg.apache.shiro.integrationtests |
| Идентификатор | Идентификаторshiro-its-guice3 |
| Версия | Версия1.4.1 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| shiro-its-guice3-1.4.1.pom | |
| shiro-its-guice3-1.4.1.war | 3 MB |
| shiro-its-guice3-1.4.1-sources.jar | 11 KB |
| shiro-its-guice3-1.4.1-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.shiro.integrationtests/shiro-its-guice3/ -->
<dependency>
<groupId>org.apache.shiro.integrationtests</groupId>
<artifactId>shiro-its-guice3</artifactId>
<version>1.4.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro.integrationtests/shiro-its-guice3/
implementation 'org.apache.shiro.integrationtests:shiro-its-guice3:1.4.1'
// https://jarcasting.com/artifacts/org.apache.shiro.integrationtests/shiro-its-guice3/
implementation ("org.apache.shiro.integrationtests:shiro-its-guice3:1.4.1")
'org.apache.shiro.integrationtests:shiro-its-guice3:war:1.4.1'
<dependency org="org.apache.shiro.integrationtests" name="shiro-its-guice3" rev="1.4.1">
<artifact name="shiro-its-guice3" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro.integrationtests', module='shiro-its-guice3', version='1.4.1')
)
libraryDependencies += "org.apache.shiro.integrationtests" % "shiro-its-guice3" % "1.4.1"
[org.apache.shiro.integrationtests/shiro-its-guice3 "1.4.1"]