License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.shiro |
ArtifactId | ArtifactIdbootique-shiro |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-shiro: Bootique / Shiro Basic Stack
Provides basic Apache Shiro integration with Bootique. Can be used standalone or with env-specific
extensions.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-shiro-2.0.1.pom | |
bootique-shiro-2.0.1.jar | 14 KB |
bootique-shiro-2.0.1-sources.jar | 14 KB |
bootique-shiro-2.0.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro/ -->
<dependency>
<groupId>io.bootique.shiro</groupId>
<artifactId>bootique-shiro</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro/
implementation 'io.bootique.shiro:bootique-shiro:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro/
implementation ("io.bootique.shiro:bootique-shiro:2.0.1")
'io.bootique.shiro:bootique-shiro:jar:2.0.1'
<dependency org="io.bootique.shiro" name="bootique-shiro" rev="2.0.1">
<artifact name="bootique-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.shiro', module='bootique-shiro', version='2.0.1')
)
libraryDependencies += "io.bootique.shiro" % "bootique-shiro" % "2.0.1"
[io.bootique.shiro/bootique-shiro "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
org.apache.shiro : shiro-core | jar | 1.8.0 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.9.0 |
io.bootique : bootique-junit5 | jar | 2.0.1 |
org.slf4j : slf4j-simple | jar | 1.7.25 |