is not current version
Last Version 1.0.8

com.google.common.html.types:types 1.0.5

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

GroupId

GroupId

com.google.common.html.types
ArtifactId

ArtifactId

types
Version

Version

1.0.5
Type

Type

jar

Download types 1.0.5


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