Download wicket-auth-roles-7.9.0.jar file - Jar w

Jar examples for w:wicket-auth-roles

Description

Wicket Authorization Integration Based on roles, metadata and annotations. This project requires Java 5.

You can download jar file wicket-auth-roles 7.9.0 in this page.

License

Apache License

Build File

You can use the following script to add wicket-auth-roles-7.9.0.jar to your project.

<dependency>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-auth-roles</artifactId>
   <version>7.9.0</version>
</dependency>
compile group: 'org.apache.wicket', name: 'wicket-auth-roles', version: '7.9.0'
libraryDependencies += "org.apache.wicket" % "wicket-auth-roles" % "7.9.0"
<dependency org="org.apache.wicket" name="wicket-auth-roles" rev="7.9.0"/>
@Grapes(@Grab(group='org.apache.wicket', module='wicket-auth-roles', version='7.9.0'))
'org.apache.wicket:wicket-auth-roles:jar:7.9.0'

Download

Click the following link to download the jar file.

wicket-auth-roles-7.9.0-javadoc.jar
wicket-auth-roles-7.9.0-sources.jar
wicket-auth-roles-7.9.0-test-sources.jar
wicket-auth-roles-7.9.0.jar
wicket-auth-roles-7.9.0.pom



Related Tutorials