MVN

org.beangle.security : beangle-security-web

Maven & Gradle

Mar 03, 2018
10 usages
20 stars

Beangle Security Web

<dependency>
    <groupId>org.beangle.security</groupId>
    <artifactId>beangle-security-web</artifactId>
    <version>3.6.0.M4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.6.0.M4

All Versions

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

Version Vulnerabilities Updated
4.0.x
beangle-security-web-4.0.7
beangle-security-web-4.0.6
beangle-security-web-4.0.5
beangle-security-web-4.0.4
beangle-security-web-4.0.3
beangle-security-web-4.0.2
3.6.x
beangle-security-web-3.6.0.M4
beangle-security-web-3.6.0.M3
beangle-security-web-3.6.0.M2
3.5.x
beangle-security-web-3.5.3
beangle-security-web-3.5.2
beangle-security-web-3.5.1
beangle-security-web-3.5.1.M3
beangle-security-web-3.5.1.M2
beangle-security-web-3.5.1.M1
beangle-security-web-3.5.0
3.4.x
beangle-security-web-3.4.14
beangle-security-web-3.4.13
beangle-security-web-3.4.12
beangle-security-web-3.4.11
beangle-security-web-3.4.10
beangle-security-web-3.4.9
beangle-security-web-3.4.8
beangle-security-web-3.4.7
beangle-security-web-3.4.6
beangle-security-web-3.4.5
beangle-security-web-3.4.4
beangle-security-web-3.4.3
beangle-security-web-3.4.2
beangle-security-web-3.4.1
beangle-security-web-3.4.0
3.3.x
beangle-security-web-3.3.6
beangle-security-web-3.3.5
beangle-security-web-3.3.4
beangle-security-web-3.3.3
beangle-security-web-3.3.2
beangle-security-web-3.3.1
beangle-security-web-3.3.0
3.2.x
beangle-security-web-3.2.0
3.1.x
beangle-security-web-3.1.0
3.0.x
beangle-security-web-3.0.2
beangle-security-web-3.0.1
beangle-security-web-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.beangle.security</groupId>
    <artifactId>beangle-security-web</artifactId>
    <version>3.6.0.M4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.beangle.security:beangle-security-web:3.6.0.M4'

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

implementation("org.beangle.security:beangle-security-web:3.6.0.M4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.beangle.security" % "beangle-security-web" % "3.6.0.M4"

Advertisement