Download types-1.0.5.jar file - Jar t

Jar examples for t:types

Description

Wrapper types for web content strings. These strings must meet a contract that enable web applications to be secure-by-construction against important classes of vulnerabilities like XSS. This is meant to be used in conjunction with the error_prone checker, and safe template languages. https://github.com/google/safe-html-types/blob/master/README.md

You can download jar file types 1.0.5 in this page.

License

Eclipse Public License - v 1.0

Build File

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

<dependency>
   <groupId>com.google.common.html.types</groupId>
   <artifactId>types</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'com.google.common.html.types', name: 'types', version: '1.0.5'
libraryDependencies += "com.google.common.html.types" % "types" % "1.0.5"
<dependency org="com.google.common.html.types" name="types" rev="1.0.5"/>
@Grapes(@Grab(group='com.google.common.html.types', module='types', version='1.0.5'))
'com.google.common.html.types:types:jar:1.0.5'

Download

Click the following link to download the jar file.

types-1.0.5-javadoc.jar
types-1.0.5-sources.jar
types-1.0.5.jar
types-1.0.5.pom



Related Tutorials