| License | License | 
|---|---|
| Categories | CategoriesWicket User Interface Web Frameworks | 
| GroupId | GroupIdwicket | 
| ArtifactId | ArtifactIdwicket-auth-roles | 
| Last Version | Last Version1.2.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionWicket Auth Roles Wicket Authorization Integration Based on roles, metadata and annotations. This project requires Java 5. | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| wicket-auth-roles-1.2.7.pom | |
| wicket-auth-roles-1.2.7.jar | 24 KB | 
| wicket-auth-roles-1.2.7-sources.jar | 26 KB | 
| wicket-auth-roles-1.2.7-javadoc.jar | 127 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/wicket/wicket-auth-roles/ -->
<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket-auth-roles</artifactId>
    <version>1.2.7</version>
</dependency>// https://jarcasting.com/artifacts/wicket/wicket-auth-roles/
implementation 'wicket:wicket-auth-roles:1.2.7'// https://jarcasting.com/artifacts/wicket/wicket-auth-roles/
implementation ("wicket:wicket-auth-roles:1.2.7")'wicket:wicket-auth-roles:jar:1.2.7'<dependency org="wicket" name="wicket-auth-roles" rev="1.2.7">
  <artifact name="wicket-auth-roles" type="jar" />
</dependency>@Grapes(
@Grab(group='wicket', module='wicket-auth-roles', version='1.2.7')
)libraryDependencies += "wicket" % "wicket-auth-roles" % "1.2.7"[wicket/wicket-auth-roles "1.2.7"]| Group / Artifact | Type | Version | 
|---|---|---|
| wicket : wicket | 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 |