t

types

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
Files download
File Operation
types-1.0.8.jar download
types-1.0.8.pom download
types-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.common.html.types</groupId>
  <artifactId>types</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.google.common.html.types:types:1.0.8'
Gradle Kotlin
implementation("com.google.common.html.types:types:1.0.8")
Scala SBT
libraryDependencies += "com.google.common.html.types" % "types" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.google.common.html.types', module='types', version='1.0.8')
)
Apache Ivy
<dependency org="com.google.common.html.types" name="types" rev="1.0.8" />
Leiningen
[com.google.common.html.types/types "1.0.8"]
Apache Buildr
'com.google.common.html.types:types:jar:1.0.8'