is not current version
Last Version 1.0.8

com.google.common.html.types:proto 1.0.0

A protocol buffer that defines wrappers for strings in web-content languages. https://github.com/google/safe-html-types/blob/master/README.md

GroupId

GroupId

com.google.common.html.types
ArtifactId

ArtifactId

proto
Version

Version

1.0.0
Type

Type

jar

Download proto 1.0.0


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