MVN

org.picketlink : employee-standalone

Maven & Gradle

Mar 23, 2012

PicketLink Federation Employee Application that supports signature and that is a simple web application that can be hosted on any web container · PicketLink Samples contains the samples for Federated Identity Needs.

<dependency>
    <groupId>org.picketlink</groupId>
    <artifactId>employee-standalone</artifactId>
    <version>2.0.3.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.picketlink : employee-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3.Final

All Versions

Choose a version of org.picketlink : employee-standalone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
employee-standalone-2.0.3.Final
employee-standalone-2.0.2.Final
employee-standalone-2.0.1.1.final
employee-standalone-2.0.1.final
employee-standalone-2.0.0.final
1.0.x
employee-standalone-1.0.4.final
employee-standalone-1.0.3.SP1
employee-standalone-1.0.3.final
employee-standalone-1.0.3.CR4
employee-standalone-1.0.3.CR3
employee-standalone-1.0.3.CR2
employee-standalone-1.0.3.CR1
employee-standalone-1.0.2
employee-standalone-1.0.1
employee-standalone-1.0.0
employee-standalone-1.0.0.GA
employee-standalone-1.0.0.CR1

How to add a dependency to Maven

Add the following org.picketlink : employee-standalone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.picketlink</groupId>
    <artifactId>employee-standalone</artifactId>
    <version>2.0.3.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.picketlink : employee-standalone gradle dependency to your build.gradle file:

implementation 'org.picketlink:employee-standalone:2.0.3.Final'

Gradle Kotlin DSL: Add the following org.picketlink : employee-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("org.picketlink:employee-standalone:2.0.3.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.picketlink : employee-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "org.picketlink" % "employee-standalone" % "2.0.3.Final"

Advertisement