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