MVN

com.shapesecurity : salvation

Maven & Gradle

May 07, 2020
12 usages
66 stars

salvation · Parse Content Security Policy headers, warn about policy errors, safely manipulate, render, and optimise policies

<dependency>
    <groupId>com.shapesecurity</groupId>
    <artifactId>salvation</artifactId>
    <version>2.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shapesecurity : salvation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.2

All Versions

Choose a version of com.shapesecurity : salvation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
salvation-2.7.2
salvation-2.7.1
salvation-2.7.0
2.6.x
salvation-2.6.0
2.5.x
salvation-2.5.0
2.4.x
salvation-2.4.0
2.3.x
salvation-2.3.0
2.2.x
salvation-2.2.0
2.1.x
salvation-2.1.0
2.0.x
salvation-2.0.2
salvation-2.0.1
salvation-2.0.0
1.0.x
salvation-1.0.3
salvation-1.0.2
salvation-1.0.1
salvation-1.0.0
0.0.x
salvation-0.0.5

How to add a dependency to Maven

Add the following com.shapesecurity : salvation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.shapesecurity</groupId>
    <artifactId>salvation</artifactId>
    <version>2.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.shapesecurity : salvation gradle dependency to your build.gradle file:

implementation 'com.shapesecurity:salvation:2.7.2'

Gradle Kotlin DSL: Add the following com.shapesecurity : salvation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.shapesecurity:salvation:2.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.shapesecurity : salvation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.shapesecurity" % "salvation" % "2.7.2"

Advertisement