is not current version
Last Version 2.0.0

com.googlecode.mgwt:mgwt 1.1.0

using gwt to write mobile (native) apps

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.googlecode.mgwt
ArtifactId

ArtifactId

mgwt
Version

Version

1.1.0
Type

Type

jar

Download mgwt 1.1.0


<!-- https://jarcasting.com/artifacts/com.googlecode.mgwt/mgwt/ -->
<dependency>
    <groupId>com.googlecode.mgwt</groupId>
    <artifactId>mgwt</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.mgwt/mgwt/
implementation 'com.googlecode.mgwt:mgwt:1.1.0'
// https://jarcasting.com/artifacts/com.googlecode.mgwt/mgwt/
implementation ("com.googlecode.mgwt:mgwt:1.1.0")
'com.googlecode.mgwt:mgwt:jar:1.1.0'
<dependency org="com.googlecode.mgwt" name="mgwt" rev="1.1.0">
  <artifact name="mgwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.mgwt', module='mgwt', version='1.1.0')
)
libraryDependencies += "com.googlecode.mgwt" % "mgwt" % "1.1.0"
[com.googlecode.mgwt/mgwt "1.1.0"]