is not current version
Last Version 1.2.7

wicket:wicket-auth-roles-examples 1.2.1

Examples project for the Wicket authorization based on roles. Requires Java 1.5

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

wicket
ArtifactId

ArtifactId

wicket-auth-roles-examples
Version

Version

1.2.1
Type

Type

war

Download wicket-auth-roles-examples 1.2.1


<!-- https://jarcasting.com/artifacts/wicket/wicket-auth-roles-examples/ -->
<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket-auth-roles-examples</artifactId>
    <version>1.2.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/wicket/wicket-auth-roles-examples/
implementation 'wicket:wicket-auth-roles-examples:1.2.1'
// https://jarcasting.com/artifacts/wicket/wicket-auth-roles-examples/
implementation ("wicket:wicket-auth-roles-examples:1.2.1")
'wicket:wicket-auth-roles-examples:war:1.2.1'
<dependency org="wicket" name="wicket-auth-roles-examples" rev="1.2.1">
  <artifact name="wicket-auth-roles-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='wicket', module='wicket-auth-roles-examples', version='1.2.1')
)
libraryDependencies += "wicket" % "wicket-auth-roles-examples" % "1.2.1"
[wicket/wicket-auth-roles-examples "1.2.1"]