is not current version
Last Version 20220608.1

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

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).

Categories

Categories

Java Languages
GroupId

GroupId

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

ArtifactId

html-types
Version

Version

20160827.1
Type

Type

jar

Download html-types 20160827.1


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