| License |
License |
|---|---|
| Categories |
CategoriesBootique User Interface Web Frameworks |
| GroupId | GroupIdio.bootique.shiro |
| ArtifactId | ArtifactIdbootique-shiro |
| Version | Version2.0.M1 |
| 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.M1.pom | |
| bootique-shiro-2.0.M1.jar | 15 KB |
| bootique-shiro-2.0.M1-sources.jar | 14 KB |
| bootique-shiro-2.0.M1-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.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro/
implementation 'io.bootique.shiro:bootique-shiro:2.0.M1'
// https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro/
implementation ("io.bootique.shiro:bootique-shiro:2.0.M1")
'io.bootique.shiro:bootique-shiro:jar:2.0.M1'
<dependency org="io.bootique.shiro" name="bootique-shiro" rev="2.0.M1">
<artifact name="bootique-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.shiro', module='bootique-shiro', version='2.0.M1')
)
libraryDependencies += "io.bootique.shiro" % "bootique-shiro" % "2.0.M1"
[io.bootique.shiro/bootique-shiro "2.0.M1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.bootique : bootique | jar | 2.0.M1 |
| org.apache.shiro : shiro-core | jar | 1.5.3 |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.mockito : mockito-core | jar | 3.3.3 |
| io.bootique : bootique-test | jar | 2.0.M1 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |