m

mgwt

using gwt to write mobile (native) apps. This is a gwt 2.7.0 compatible version of the 1.2.0-SNAPSHOT version, because 2.0 has some unresolved problems and the last stable before (1.1.2) isn't compatible with gwt > 2.5.
http://www.m-gwt.com
The Apache Software License, Version 2.0
Daniel Kurka
Files download
File Operation
mgwt-1.2.0.2.jar download
mgwt-1.2.0.2.pom download
mgwt-1.2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>de.knightsoft-net</groupId>
  <artifactId>mgwt</artifactId>
  <version>1.2.0.2</version>
</dependency>
Gradle Groovy
implementation 'de.knightsoft-net:mgwt:1.2.0.2'
Gradle Kotlin
implementation("de.knightsoft-net:mgwt:1.2.0.2")
Scala SBT
libraryDependencies += "de.knightsoft-net" % "mgwt" % "1.2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='de.knightsoft-net', module='mgwt', version='1.2.0.2')
)
Apache Ivy
<dependency org="de.knightsoft-net" name="mgwt" rev="1.2.0.2" />
Leiningen
[de.knightsoft-net/mgwt "1.2.0.2"]
Apache Buildr
'de.knightsoft-net:mgwt:jar:1.2.0.2'