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