MVN

org.wicketstuff : wicket-security-swarm

Maven & Gradle

Jun 25, 2011
1 usages

SWARM · Standard Wicket Authentication and Rights Management

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicket-security-swarm</artifactId>
    <version>1.5-RC5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5-RC5.1
  • Latest Release Candidate: 1.5-RC5.1

All Versions

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

Version Vulnerabilities Updated
1.5
wicket-security-swarm-1.5-RC5.1
wicket-security-swarm-1.5-RC4.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicket-security-swarm</artifactId>
    <version>1.5-RC5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.wicketstuff:wicket-security-swarm:1.5-RC5.1'

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

implementation("org.wicketstuff:wicket-security-swarm:1.5-RC5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wicketstuff" % "wicket-security-swarm" % "1.5-RC5.1"