MVN

org.entando.entando.plugins : entando-plugin-jpcasclient

Maven & Gradle

Mar 08, 2019

Entando Plugin: CAS Client · Provides the Entando CAS client for CAS server authentication

<dependency>
    <groupId>org.entando.entando.plugins</groupId>
    <artifactId>entando-plugin-jpcasclient</artifactId>
    <version>5.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entando.entando.plugins : entando-plugin-jpcasclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.3

All Versions

Choose a version of org.entando.entando.plugins : entando-plugin-jpcasclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
entando-plugin-jpcasclient-5.0.3
entando-plugin-jpcasclient-5.0.2
entando-plugin-jpcasclient-5.0.1
entando-plugin-jpcasclient-5.0.0
4.3.x
entando-plugin-jpcasclient-4.3.2
entando-plugin-jpcasclient-4.3.1
4.2.x
entando-plugin-jpcasclient-4.2.0-TP1
4.0.x
entando-plugin-jpcasclient-4.0.0
3.2.x
entando-plugin-jpcasclient-3.2.0
3.0.x
entando-plugin-jpcasclient-3.0.0

How to add a dependency to Maven

Add the following org.entando.entando.plugins : entando-plugin-jpcasclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.entando.entando.plugins</groupId>
    <artifactId>entando-plugin-jpcasclient</artifactId>
    <version>5.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entando.entando.plugins : entando-plugin-jpcasclient gradle dependency to your build.gradle file:

implementation 'org.entando.entando.plugins:entando-plugin-jpcasclient:5.0.3'

Gradle Kotlin DSL: Add the following org.entando.entando.plugins : entando-plugin-jpcasclient gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entando.entando.plugins:entando-plugin-jpcasclient:5.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entando.entando.plugins : entando-plugin-jpcasclient sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entando.entando.plugins" % "entando-plugin-jpcasclient" % "5.0.3"