g

gwt-safehtml-processor

Code generator to allow declaring templated html strings where params will be safely escaped automatically
https://github.com/gwtproject/gwt-safehtml
The Apache Software License, Version 2.0
The GWT Project Authors
GWT Safe HTML Processor
Files download
File Operation
gwt-safehtml-processor-202203291.jar download
gwt-safehtml-processor-202203291.pom download
gwt-safehtml-processor-202203291-sources.jar download
Apache Maven
<dependency>
  <groupId>org.treblereel.gwt.gwtproject.safehtml</groupId>
  <artifactId>gwt-safehtml-processor</artifactId>
  <version>202203291</version>
</dependency>
Gradle Groovy
implementation 'org.treblereel.gwt.gwtproject.safehtml:gwt-safehtml-processor:202203291'
Gradle Kotlin
implementation("org.treblereel.gwt.gwtproject.safehtml:gwt-safehtml-processor:202203291")
Scala SBT
libraryDependencies += "org.treblereel.gwt.gwtproject.safehtml" % "gwt-safehtml-processor" % "202203291"
Groovy Grape
@Grapes(
  @Grab(group='org.treblereel.gwt.gwtproject.safehtml', module='gwt-safehtml-processor', version='202203291')
)
Apache Ivy
<dependency org="org.treblereel.gwt.gwtproject.safehtml" name="gwt-safehtml-processor" rev="202203291" />
Leiningen
[org.treblereel.gwt.gwtproject.safehtml/gwt-safehtml-processor "202203291"]
Apache Buildr
'org.treblereel.gwt.gwtproject.safehtml:gwt-safehtml-processor:jar:202203291'