License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdwicket |
ArtifactId | ArtifactIdwicket-auth-roles-examples |
Last Version | Last Version1.2.7 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionWicket Authorization Roles examples
Examples project for the Wicket authorization based on roles. Requires Java 1.5
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wicket-auth-roles-examples-1.2.7.pom | |
wicket-auth-roles-examples-1.2.7.war | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/wicket/wicket-auth-roles-examples/ -->
<dependency>
<groupId>wicket</groupId>
<artifactId>wicket-auth-roles-examples</artifactId>
<version>1.2.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/wicket/wicket-auth-roles-examples/
implementation 'wicket:wicket-auth-roles-examples:1.2.7'
// https://jarcasting.com/artifacts/wicket/wicket-auth-roles-examples/
implementation ("wicket:wicket-auth-roles-examples:1.2.7")
'wicket:wicket-auth-roles-examples:war:1.2.7'
<dependency org="wicket" name="wicket-auth-roles-examples" rev="1.2.7">
<artifact name="wicket-auth-roles-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='wicket', module='wicket-auth-roles-examples', version='1.2.7')
)
libraryDependencies += "wicket" % "wicket-auth-roles-examples" % "1.2.7"
[wicket/wicket-auth-roles-examples "1.2.7"]
Group / Artifact | Type | Version |
---|---|---|
wicket : wicket-auth-roles | jar | 1.2.7 |
commons-logging : commons-logging | jar | 1.0.4 |
log4j : log4j | jar | 1.2.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
javax.servlet : servlet-api | jar | 2.3 |
javax.portlet : portlet-api | jar | 1.0 |