H

HtmlGwt

GWT widget set for html in UiBinder
https://send-to.ru/HtmlGwt/
MIT License
Lev Nadeinsky
Files download
File Operation
HtmlGwt-2.8.1.0.jar download
HtmlGwt-2.8.1.0.pom download
HtmlGwt-2.8.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.send-to.gwt.html</groupId>
  <artifactId>HtmlGwt</artifactId>
  <version>2.8.1.0</version>
</dependency>
Gradle Groovy
implementation 'ru.send-to.gwt.html:HtmlGwt:2.8.1.0'
Gradle Kotlin
implementation("ru.send-to.gwt.html:HtmlGwt:2.8.1.0")
Scala SBT
libraryDependencies += "ru.send-to.gwt.html" % "HtmlGwt" % "2.8.1.0"
Groovy Grape
@Grapes(
  @Grab(group='ru.send-to.gwt.html', module='HtmlGwt', version='2.8.1.0')
)
Apache Ivy
<dependency org="ru.send-to.gwt.html" name="HtmlGwt" rev="2.8.1.0" />
Leiningen
[ru.send-to.gwt.html/HtmlGwt "2.8.1.0"]
Apache Buildr
'ru.send-to.gwt.html:HtmlGwt:jar:2.8.1.0'