Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.apache.shiro.integrationtests |
ArtifactId | ArtifactIdshiro-its-guice3 |
Version | Version1.4.0 |
Type | Typewar |
Filename | Size |
---|---|
shiro-its-guice3-1.4.0.pom | |
shiro-its-guice3-1.4.0.war | 3 MB |
shiro-its-guice3-1.4.0-sources.jar | 11 KB |
shiro-its-guice3-1.4.0-javadoc.jar | 34 KB |
Browse |
<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/org.apache.shiro.integrationtests/shiro-its-guice3/
implementation ("org.apache.shiro.integrationtests:shiro-its-guice3:1.4.0")
'org.apache.shiro.integrationtests:shiro-its-guice3:war:1.4.0'
<dependency org="org.apache.shiro.integrationtests" name="shiro-its-guice3" rev="1.4.0">
<artifact name="shiro-its-guice3" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro.integrationtests', module='shiro-its-guice3', version='1.4.0')
)
libraryDependencies += "org.apache.shiro.integrationtests" % "shiro-its-guice3" % "1.4.0"
[org.apache.shiro.integrationtests/shiro-its-guice3 "1.4.0"]