MVN

org.beangle.security : beangle-security-cas_3

Maven & Gradle

Jun 03, 2023
5 usages
0 stars

beangle-security-cas · The Beangle Data Library

<dependency>
    <groupId>org.beangle.security</groupId>
    <artifactId>beangle-security-cas_3</artifactId>
    <version>4.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beangle.security : beangle-security-cas_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.7

All Versions

Choose a version of org.beangle.security : beangle-security-cas_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
beangle-security-cas_3-4.3.7
beangle-security-cas_3-4.3.6
beangle-security-cas_3-4.3.5
beangle-security-cas_3-4.3.4
beangle-security-cas_3-4.3.3
beangle-security-cas_3-4.3.2
beangle-security-cas_3-4.3.1
beangle-security-cas_3-4.3.0
4.2.x
beangle-security-cas_3-4.2.35
beangle-security-cas_3-4.2.34
beangle-security-cas_3-4.2.33
beangle-security-cas_3-4.2.32
beangle-security-cas_3-4.2.31
beangle-security-cas_3-4.2.30

How to add a dependency to Maven

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

<dependency>
    <groupId>org.beangle.security</groupId>
    <artifactId>beangle-security-cas_3</artifactId>
    <version>4.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.beangle.security : beangle-security-cas_3 gradle dependency to your build.gradle file:

implementation 'org.beangle.security:beangle-security-cas_3:4.3.7'

Gradle Kotlin DSL: Add the following org.beangle.security : beangle-security-cas_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.beangle.security:beangle-security-cas_3:4.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.beangle.security : beangle-security-cas_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.beangle.security" % "beangle-security-cas_3" % "4.3.7"

Advertisement