MVN

org.wicketstuff : wicket-shiro-example-base

Maven & Gradle

Jul 30, 2015
3 usages

Apache Shiro Security for Wicket - Example Base

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicket-shiro-example-base</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wicketstuff : wicket-shiro-example-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0
  • Latest Release Candidate: 1.5-RC7

All Versions

Choose a version of org.wicketstuff : wicket-shiro-example-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
wicket-shiro-example-base-7.0.0
wicket-shiro-example-base-7.0.0-M6
wicket-shiro-example-base-7.0.0-M5
wicket-shiro-example-base-7.0.0-M4
wicket-shiro-example-base-7.0.0-M3
6.20.x
wicket-shiro-example-base-6.20.0
6.19.x
wicket-shiro-example-base-6.19.0
6.18.x
wicket-shiro-example-base-6.18.0
6.17.x
wicket-shiro-example-base-6.17.0
6.16.x
wicket-shiro-example-base-6.16.0
6.15.x
wicket-shiro-example-base-6.15.0
6.14.x
wicket-shiro-example-base-6.14.0
6.13.x
wicket-shiro-example-base-6.13.0
6.12.x
wicket-shiro-example-base-6.12.0
6.11.x
wicket-shiro-example-base-6.11.1
wicket-shiro-example-base-6.11.0
6.10.x
wicket-shiro-example-base-6.10.0
6.9.x
wicket-shiro-example-base-6.9.0
6.8.x
wicket-shiro-example-base-6.8.0
6.7.x
wicket-shiro-example-base-6.7.0
6.5.x
wicket-shiro-example-base-6.5.0
6.4.x
wicket-shiro-example-base-6.4.0
6.3.x
wicket-shiro-example-base-6.3.0
6.2.x
wicket-shiro-example-base-6.2.1
1.5.x
wicket-shiro-example-base-1.5.13
wicket-shiro-example-base-1.5.10
wicket-shiro-example-base-1.5.9.1
wicket-shiro-example-base-1.5.9
wicket-shiro-example-base-1.5.8.1
wicket-shiro-example-base-1.5.8
wicket-shiro-example-base-1.5.7
wicket-shiro-example-base-1.5.5
wicket-shiro-example-base-1.5.4
wicket-shiro-example-base-1.5.3.1
wicket-shiro-example-base-1.5.3
wicket-shiro-example-base-1.5.2
wicket-shiro-example-base-1.5.1
wicket-shiro-example-base-1.5.0
1.5
wicket-shiro-example-base-1.5-RC7
wicket-shiro-example-base-1.5-RC5.1.1
wicket-shiro-example-base-1.5-RC5.1
wicket-shiro-example-base-1.5-RC4.2
wicket-shiro-example-base-1.5-RC3
wicket-shiro-example-base-1.5-rc2.1
wicket-shiro-example-base-1.5-rc2
wicket-shiro-example-base-1.5-RC1.1
wicket-shiro-example-base-1.5-RC1
1.4.x
wicket-shiro-example-base-1.4.21
wicket-shiro-example-base-1.4.20.1
wicket-shiro-example-base-1.4.20
wicket-shiro-example-base-1.4.19
wicket-shiro-example-base-1.4.18
wicket-shiro-example-base-1.4.17.3
wicket-shiro-example-base-1.4.17.2
wicket-shiro-example-base-1.4.17.1
wicket-shiro-example-base-1.4.17
wicket-shiro-example-base-1.4.16.1
wicket-shiro-example-base-1.4.16
wicket-shiro-example-base-1.4.15
wicket-shiro-example-base-1.4.14
wicket-shiro-example-base-1.4.13
wicket-shiro-example-base-1.4.12.1
wicket-shiro-example-base-1.4.12
wicket-shiro-example-base-1.4.11
wicket-shiro-example-base-1.4.10.2
wicket-shiro-example-base-1.4.10.1
wicket-shiro-example-base-1.4.10
wicket-shiro-example-base-1.4.9.2
wicket-shiro-example-base-1.4.9.1

How to add a dependency to Maven

Add the following org.wicketstuff : wicket-shiro-example-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicket-shiro-example-base</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff : wicket-shiro-example-base gradle dependency to your build.gradle file:

implementation 'org.wicketstuff:wicket-shiro-example-base:7.0.0'

Gradle Kotlin DSL: Add the following org.wicketstuff : wicket-shiro-example-base gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wicketstuff:wicket-shiro-example-base:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff : wicket-shiro-example-base sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff" % "wicket-shiro-example-base" % "7.0.0"