| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
| GroupId | GroupIdde.knightsoft-net |
| ArtifactId | ArtifactIdmgwt |
| Last Version | Last Version1.2.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmgwt
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mgwt-1.2.0.2.pom | |
| mgwt-1.2.0.2.jar | 1 MB |
| mgwt-1.2.0.2-sources.jar | 537 KB |
| mgwt-1.2.0.2-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.knightsoft-net/mgwt/ -->
<dependency>
<groupId>de.knightsoft-net</groupId>
<artifactId>mgwt</artifactId>
<version>1.2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.knightsoft-net/mgwt/
implementation 'de.knightsoft-net:mgwt:1.2.0.2'
// https://jarcasting.com/artifacts/de.knightsoft-net/mgwt/
implementation ("de.knightsoft-net:mgwt:1.2.0.2")
'de.knightsoft-net:mgwt:jar:1.2.0.2'
<dependency org="de.knightsoft-net" name="mgwt" rev="1.2.0.2">
<artifact name="mgwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.knightsoft-net', module='mgwt', version='1.2.0.2')
)
libraryDependencies += "de.knightsoft-net" % "mgwt" % "1.2.0.2"
[de.knightsoft-net/mgwt "1.2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.7.0 |
| com.google.gwt : gwt-dev | jar | 2.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |