MVN

org.mvnpm : dompurify

Maven & Gradle

Jan 21, 2024
13.1k stars

dompurify · DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else usin

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>dompurify</artifactId>
    <version>3.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm : dompurify to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6

All Versions

Choose a version of org.mvnpm : dompurify to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
dompurify-3.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>dompurify</artifactId>
    <version>3.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm : dompurify gradle dependency to your build.gradle file:

implementation 'org.mvnpm:dompurify:3.0.6'

Gradle Kotlin DSL: Add the following org.mvnpm : dompurify gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm:dompurify:3.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm : dompurify sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm" % "dompurify" % "3.0.6"