Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.shiro |
ArtifactId | ArtifactIdbootique-shiro-web |
Version | Version0.24 |
Type | Typejar |
Filename | Size |
---|---|
bootique-shiro-web-0.24.pom | |
bootique-shiro-web-0.24.jar | 10 KB |
bootique-shiro-web-0.24-sources.jar | 6 KB |
bootique-shiro-web-0.24-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro-web/ -->
<dependency>
<groupId>io.bootique.shiro</groupId>
<artifactId>bootique-shiro-web</artifactId>
<version>0.24</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro-web/
implementation 'io.bootique.shiro:bootique-shiro-web:0.24'
// https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro-web/
implementation ("io.bootique.shiro:bootique-shiro-web:0.24")
'io.bootique.shiro:bootique-shiro-web:jar:0.24'
<dependency org="io.bootique.shiro" name="bootique-shiro-web" rev="0.24">
<artifact name="bootique-shiro-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.shiro', module='bootique-shiro-web', version='0.24')
)
libraryDependencies += "io.bootique.shiro" % "bootique-shiro-web" % "0.24"
[io.bootique.shiro/bootique-shiro-web "0.24"]