MVN

com.mikesamuel : html-autoescaper

Maven & Gradle

Oct 02, 2016
14 stars

HTML Contextual Autoescaper · Prevents XSS by figuring out how to escape untrusted values in templates.

<dependency>
    <groupId>com.mikesamuel</groupId>
    <artifactId>html-autoescaper</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mikesamuel : html-autoescaper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.mikesamuel : html-autoescaper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
html-autoescaper-1.0

How to add a dependency to Maven

Add the following com.mikesamuel : html-autoescaper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mikesamuel</groupId>
    <artifactId>html-autoescaper</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mikesamuel : html-autoescaper gradle dependency to your build.gradle file:

implementation 'com.mikesamuel:html-autoescaper:1.0'

Gradle Kotlin DSL: Add the following com.mikesamuel : html-autoescaper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mikesamuel:html-autoescaper:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mikesamuel : html-autoescaper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mikesamuel" % "html-autoescaper" % "1.0"

Advertisement