| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdwicketstuff-shiro |
| Version | Version1.5.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wicketstuff-shiro-1.5.8.pom | |
| wicketstuff-shiro-1.5.8.jar | 31 KB |
| wicketstuff-shiro-1.5.8-sources.jar | 25 KB |
| wicketstuff-shiro-1.5.8-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-shiro/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-shiro</artifactId>
<version>1.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-shiro/
implementation 'org.wicketstuff:wicketstuff-shiro:1.5.8'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-shiro/
implementation ("org.wicketstuff:wicketstuff-shiro:1.5.8")
'org.wicketstuff:wicketstuff-shiro:jar:1.5.8'
<dependency org="org.wicketstuff" name="wicketstuff-shiro" rev="1.5.8">
<artifact name="wicketstuff-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-shiro', version='1.5.8')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-shiro" % "1.5.8"
[org.wicketstuff/wicketstuff-shiro "1.5.8"]