MVN

org.jresearch.gwtproject.safehtml : gwt-safehtml

Maven & Gradle

Nov 21, 2020
3 usages

safehtml project · The purpose of this module, what it provides and how it can be used

<dependency>
    <groupId>org.jresearch.gwtproject.safehtml</groupId>
    <artifactId>gwt-safehtml</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jresearch.gwtproject.safehtml : gwt-safehtml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of org.jresearch.gwtproject.safehtml : gwt-safehtml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gwt-safehtml-1.0.6
gwt-safehtml-1.0.5
gwt-safehtml-1.0.4
gwt-safehtml-1.0.3
gwt-safehtml-1.0.2
gwt-safehtml-1.0.1

How to add a dependency to Maven

Add the following org.jresearch.gwtproject.safehtml : gwt-safehtml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jresearch.gwtproject.safehtml</groupId>
    <artifactId>gwt-safehtml</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jresearch.gwtproject.safehtml : gwt-safehtml gradle dependency to your build.gradle file:

implementation 'org.jresearch.gwtproject.safehtml:gwt-safehtml:1.0.6'

Gradle Kotlin DSL: Add the following org.jresearch.gwtproject.safehtml : gwt-safehtml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jresearch.gwtproject.safehtml:gwt-safehtml:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jresearch.gwtproject.safehtml : gwt-safehtml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jresearch.gwtproject.safehtml" % "gwt-safehtml" % "1.0.6"