MVN

org.nuiton.web : nuiton-security

Maven & Gradle

Dec 20, 2017

Nuiton Web :: Nuiton Security · Security module based on ToPIA

<dependency>
    <groupId>org.nuiton.web</groupId>
    <artifactId>nuiton-security</artifactId>
    <version>1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.20
  • Latest Beta: 1.12-beta-2
  • Latest Alpha: 1.15-alpha-3

All Versions

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

Version Vulnerabilities Updated
1.20
nuiton-security-1.20
1.19
nuiton-security-1.19
1.18
nuiton-security-1.18
1.17
nuiton-security-1.17
1.16
nuiton-security-1.16
1.15
nuiton-security-1.15-alpha-3
nuiton-security-1.15-alpha-2
nuiton-security-1.15-alpha-1
1.14
nuiton-security-1.14
1.13
nuiton-security-1.13
1.12
nuiton-security-1.12
nuiton-security-1.12-beta-2
nuiton-security-1.12-beta-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.nuiton.web</groupId>
    <artifactId>nuiton-security</artifactId>
    <version>1.20</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.nuiton.web:nuiton-security:1.20'

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

implementation("org.nuiton.web:nuiton-security:1.20")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.nuiton.web" % "nuiton-security" % "1.20"

Advertisement