is not current version
Last Version 20220608.1

com.googlecode.owasp-java-html-sanitizer:parent 20160628.1

A fast and easy to configure HTML Sanitizer written in Java which lets you include HTML authored by third-parties in your web application while protecting against XSS.

Categories

Categories

Java Languages
GroupId

GroupId

com.googlecode.owasp-java-html-sanitizer
ArtifactId

ArtifactId

parent
Version

Version

20160628.1
Type

Type

pom

Download parent 20160628.1

Filename Size
parent-20160628.1.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/parent/ -->
<dependency>
    <groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
    <artifactId>parent</artifactId>
    <version>20160628.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/parent/
implementation 'com.googlecode.owasp-java-html-sanitizer:parent:20160628.1'
// https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/parent/
implementation ("com.googlecode.owasp-java-html-sanitizer:parent:20160628.1")
'com.googlecode.owasp-java-html-sanitizer:parent:pom:20160628.1'
<dependency org="com.googlecode.owasp-java-html-sanitizer" name="parent" rev="20160628.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.owasp-java-html-sanitizer', module='parent', version='20160628.1')
)
libraryDependencies += "com.googlecode.owasp-java-html-sanitizer" % "parent" % "20160628.1"
[com.googlecode.owasp-java-html-sanitizer/parent "20160628.1"]