Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.googlecode.mgwt |
ArtifactId | ArtifactIdmgwt |
Version | Version2.0.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
mgwt-2.0.0-beta2.pom | |
mgwt-2.0.0-beta2.jar | 1 MB |
mgwt-2.0.0-beta2-sources.jar | 1 MB |
mgwt-2.0.0-beta2-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.mgwt/mgwt/ -->
<dependency>
<groupId>com.googlecode.mgwt</groupId>
<artifactId>mgwt</artifactId>
<version>2.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.mgwt/mgwt/
implementation 'com.googlecode.mgwt:mgwt:2.0.0-beta2'
// https://jarcasting.com/artifacts/com.googlecode.mgwt/mgwt/
implementation ("com.googlecode.mgwt:mgwt:2.0.0-beta2")
'com.googlecode.mgwt:mgwt:jar:2.0.0-beta2'
<dependency org="com.googlecode.mgwt" name="mgwt" rev="2.0.0-beta2">
<artifact name="mgwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.mgwt', module='mgwt', version='2.0.0-beta2')
)
libraryDependencies += "com.googlecode.mgwt" % "mgwt" % "2.0.0-beta2"
[com.googlecode.mgwt/mgwt "2.0.0-beta2"]