MVN

org.webframe : wf-web-security

Maven & Gradle

May 08, 2012

wf-web-security · Java Web Frame: wf-web-security

<dependency>
    <groupId>org.webframe</groupId>
    <artifactId>wf-web-security</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.9

All Versions

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

Version Vulnerabilities Updated
1.1.x
wf-web-security-1.1.9
wf-web-security-1.1.8
wf-web-security-1.1.7
wf-web-security-1.1.4
wf-web-security-1.1.3
wf-web-security-1.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webframe</groupId>
    <artifactId>wf-web-security</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webframe:wf-web-security:1.1.9'

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

implementation("org.webframe:wf-web-security:1.1.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webframe" % "wf-web-security" % "1.1.9"