MVN

com.google.common.html.types : parent

Maven & Gradle

Nov 09, 2017
57 stars

Safe HTML Types · Parent project for typed strings of web content that can be used to bring safe-by-construction methods to web applications. https://github.com/google/safe-html-types/blob/master/README.md

<dependency>
    <groupId>com.google.common.html.types</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.common.html.types : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.google.common.html.types : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
parent-1.0.8
parent-1.0.7
parent-1.0.6
parent-1.0.5
parent-1.0.4
parent-1.0.3
parent-1.0.2
parent-1.0.1
parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.common.html.types</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.8</version>
</dependency>

Advertisement