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