MVN

net.optionfactory.spring : content-security-policies

Maven & Gradle

Feb 07, 2023
1 stars

net.optionfactory.spring:content-security-policies · optionfactory-spring content-security-policies

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>content-security-policies</artifactId>
    <version>7.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.optionfactory.spring : content-security-policies to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.16

All Versions

Choose a version of net.optionfactory.spring : content-security-policies to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0
content-security-policies-8.0
7.16
content-security-policies-7.16
7.15
content-security-policies-7.15
7.14
content-security-policies-7.14

How to add a dependency to Maven

Add the following net.optionfactory.spring : content-security-policies maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>content-security-policies</artifactId>
    <version>7.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.optionfactory.spring : content-security-policies gradle dependency to your build.gradle file:

implementation 'net.optionfactory.spring:content-security-policies:7.16'

Gradle Kotlin DSL: Add the following net.optionfactory.spring : content-security-policies gradle kotlin dependency to your build.gradle.kts file:

implementation("net.optionfactory.spring:content-security-policies:7.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.optionfactory.spring : content-security-policies sbt scala dependency to your build.sbt file:

libraryDependencies += "net.optionfactory.spring" % "content-security-policies" % "7.16"