MVN

com.googlecode.owasp-java-html-sanitizer : html-types

Maven & Gradle

Jun 08, 2022
1 usages
674 stars

OWASP Java HTML Sanitizer Safe HTML Compatibility · Wraps the sanitizer to produces safe HTML (github.com/google/safe-html-types) in a way that is compatible with Fences (github.com/mikesamuel/fences-maven-enforcer-rule).

<dependency>
    <groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
    <artifactId>html-types</artifactId>
    <version>20220608.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.owasp-java-html-sanitizer : html-types to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20220608.1

All Versions

Choose a version of com.googlecode.owasp-java-html-sanitizer : html-types to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20220608.1
html-types-20220608.1
20211018.2
html-types-20211018.2
20211018.1
html-types-20211018.1
20200713.1
html-types-20200713.1
20200615.1
html-types-20200615.1
20191001.1
html-types-20191001.1
20190610.1
html-types-20190610.1
20190503.1
html-types-20190503.1
20190325.1
html-types-20190325.1
20181114.1
html-types-20181114.1
20180219.1
html-types-20180219.1
20171016.1
html-types-20171016.1
20170515.1
html-types-20170515.1
20170512.1
html-types-20170512.1
20170411.1
html-types-20170411.1
20170408.1
html-types-20170408.1
20170329.1
html-types-20170329.1
20160924.1
html-types-20160924.1
20160827.1
html-types-20160827.1
20160628.1
html-types-20160628.1
20160614.1
html-types-20160614.1
20160526.1
html-types-20160526.1
20160422.1
html-types-20160422.1
20160413.1
html-types-20160413.1

How to add a dependency to Maven

Add the following com.googlecode.owasp-java-html-sanitizer : html-types maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
    <artifactId>html-types</artifactId>
    <version>20220608.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.owasp-java-html-sanitizer : html-types gradle dependency to your build.gradle file:

implementation 'com.googlecode.owasp-java-html-sanitizer:html-types:20220608.1'

Gradle Kotlin DSL: Add the following com.googlecode.owasp-java-html-sanitizer : html-types gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.owasp-java-html-sanitizer:html-types:20220608.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.owasp-java-html-sanitizer : html-types sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.owasp-java-html-sanitizer" % "html-types" % "20220608.1"