License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdorg.gwtproject.safehtml |
ArtifactId | ArtifactIdgwt-safehtml-processor |
Last Version | Last Version1.0.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT Safe HTML Processor
Code generator to allow declaring templated html strings where params will be safely escaped automatically
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.gwtproject.safehtml/gwt-safehtml-processor/ -->
<dependency>
<groupId>org.gwtproject.safehtml</groupId>
<artifactId>gwt-safehtml-processor</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gwtproject.safehtml/gwt-safehtml-processor/
implementation 'org.gwtproject.safehtml:gwt-safehtml-processor:1.0.0-RC1'
// https://jarcasting.com/artifacts/org.gwtproject.safehtml/gwt-safehtml-processor/
implementation ("org.gwtproject.safehtml:gwt-safehtml-processor:1.0.0-RC1")
'org.gwtproject.safehtml:gwt-safehtml-processor:jar:1.0.0-RC1'
<dependency org="org.gwtproject.safehtml" name="gwt-safehtml-processor" rev="1.0.0-RC1">
<artifact name="gwt-safehtml-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gwtproject.safehtml', module='gwt-safehtml-processor', version='1.0.0-RC1')
)
libraryDependencies += "org.gwtproject.safehtml" % "gwt-safehtml-processor" % "1.0.0-RC1"
[org.gwtproject.safehtml/gwt-safehtml-processor "1.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.gwtproject.safehtml : gwt-safecss | jar | 1.0.0-RC1 |
org.gwtproject.safehtml : gwt-safehtml | jar | 1.0.0-RC1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0-rc7 |
Group / Artifact | Type | Version |
---|---|---|
com.google.testing.compile : compile-testing | jar | 0.18 |
junit : junit | jar | 4.13.1 |