Download html-types-20160827.1.jar file - Jar h

Jar examples for h:html-types

Description

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

You can download jar file html-types 20160827.1 in this page.

Build File

You can use the following script to add html-types-20160827.1.jar to your project.

<dependency>
   <groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
   <artifactId>html-types</artifactId>
   <version>20160827.1</version>
</dependency>
compile group: 'com.googlecode.owasp-java-html-sanitizer', name: 'html-types', version: '20160827.1'
libraryDependencies += "com.googlecode.owasp-java-html-sanitizer" % "html-types" % "20160827.1"
<dependency org="com.googlecode.owasp-java-html-sanitizer" name="html-types" rev="20160827.1"/>
@Grapes(@Grab(group='com.googlecode.owasp-java-html-sanitizer', module='html-types', version='20160827.1'))
'com.googlecode.owasp-java-html-sanitizer:html-types:jar:20160827.1'

Download

Click the following link to download the jar file.

html-types-20160827.1-javadoc.jar
html-types-20160827.1-sources.jar
html-types-20160827.1.jar
html-types-20160827.1.pom



Related Tutorials