MVN

org.wicketstuff : wicket-ki-security

Maven & Gradle

Jan 14, 2011

Apache Ki Security for Wicket · Ki Security for Apache Wicket. (The project formerly known as JSecurity)

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicket-ki-security</artifactId>
    <version>1.4.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wicketstuff : wicket-ki-security to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.8.1

All Versions

Choose a version of org.wicketstuff : wicket-ki-security to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
wicket-ki-security-1.4.11
wicket-ki-security-1.4.10.2
wicket-ki-security-1.4.10.1
wicket-ki-security-1.4.10
wicket-ki-security-1.4.9.2
wicket-ki-security-1.4.9.1
wicket-ki-security-1.4.9
wicket-ki-security-1.4.8.1
wicket-ki-security-1.4.8
wicket-ki-security-1.4.7.1
wicket-ki-security-1.4.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicket-ki-security</artifactId>
    <version>1.4.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff : wicket-ki-security gradle dependency to your build.gradle file:

implementation 'org.wicketstuff:wicket-ki-security:1.4.8.1'

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

implementation("org.wicketstuff:wicket-ki-security:1.4.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff : wicket-ki-security sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff" % "wicket-ki-security" % "1.4.8.1"