MVN

org.lwapp : lwapp-security

Maven & Gradle

Feb 15, 2016

Lwapp Security · Lwapp security is a utility jar file which can be used to add access level security to the application resources.

<dependency>
    <groupId>org.lwapp</groupId>
    <artifactId>lwapp-security</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.1

All Versions

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

Version Vulnerabilities Updated
1.2.x
lwapp-security-1.2.1
1.1.x
lwapp-security-1.1.GA
1.0.x
lwapp-security-1.0.GA
lwapp-security-1.0.M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.lwapp</groupId>
    <artifactId>lwapp-security</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.lwapp:lwapp-security:1.2.1'

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

implementation("org.lwapp:lwapp-security:1.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.lwapp" % "lwapp-security" % "1.2.1"

Advertisement