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

License

License

GroupId

GroupId

com.google.common.html.types
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

pom
Description

Description

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
Project URL

Project URL

https://github.com/google/safe-html-types
Project Organization

Project Organization

Google
Source Code Management

Source Code Management

https://github.com/google/safe-html-types.git

Download parent

Filename Size
parent-1.0.8.pom 3 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • proto
  • types

Safe HTML Types for Java

This is the Java version of the safe HTML types library which allows safe-by-construction of web applications by introducing types with safe contracts for snippets of content in web languages.


See [release-checklist.md] for instructions on how to push to github and maven central.

com.google.common.html.types

Google

Google ❤️ Open Source

Versions

Version
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0