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