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