MVN

wicket : wicket-auth-roles

Maven & Gradle

Mar 23, 2008
3 usages

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

<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket-auth-roles</artifactId>
    <version>1.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of wicket : wicket-auth-roles to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.7
  • Latest Release Candidate: 1.2-rc4

All Versions

Choose a version of wicket : wicket-auth-roles to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
wicket-auth-roles-1.2.7
wicket-auth-roles-1.2.6
wicket-auth-roles-1.2.5
wicket-auth-roles-1.2.4
wicket-auth-roles-1.2.3
wicket-auth-roles-1.2.2
wicket-auth-roles-1.2.1
1.2
wicket-auth-roles-1.2
wicket-auth-roles-1.2-rc4

How to add a dependency to Maven

Add the following wicket : wicket-auth-roles maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket-auth-roles</artifactId>
    <version>1.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following wicket : wicket-auth-roles gradle dependency to your build.gradle file:

implementation 'wicket:wicket-auth-roles:1.2.7'

Gradle Kotlin DSL: Add the following wicket : wicket-auth-roles gradle kotlin dependency to your build.gradle.kts file:

implementation("wicket:wicket-auth-roles:1.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following wicket : wicket-auth-roles sbt scala dependency to your build.sbt file:

libraryDependencies += "wicket" % "wicket-auth-roles" % "1.2.7"

Advertisement