| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Vaadin | 
|---|---|
| GroupId | GroupIdcom.vaadin.external.gwt | 
| ArtifactId | ArtifactIdgwt-user | 
| Version | Version2.7.0.beta1vaadin1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.vaadin.external.gwt/gwt-user/ -->
<dependency>
    <groupId>com.vaadin.external.gwt</groupId>
    <artifactId>gwt-user</artifactId>
    <version>2.7.0.beta1vaadin1</version>
</dependency>// https://jarcasting.com/artifacts/com.vaadin.external.gwt/gwt-user/
implementation 'com.vaadin.external.gwt:gwt-user:2.7.0.beta1vaadin1'// https://jarcasting.com/artifacts/com.vaadin.external.gwt/gwt-user/
implementation ("com.vaadin.external.gwt:gwt-user:2.7.0.beta1vaadin1")'com.vaadin.external.gwt:gwt-user:jar:2.7.0.beta1vaadin1'<dependency org="com.vaadin.external.gwt" name="gwt-user" rev="2.7.0.beta1vaadin1">
  <artifact name="gwt-user" type="jar" />
</dependency>@Grapes(
@Grab(group='com.vaadin.external.gwt', module='gwt-user', version='2.7.0.beta1vaadin1')
)libraryDependencies += "com.vaadin.external.gwt" % "gwt-user" % "2.7.0.beta1vaadin1"[com.vaadin.external.gwt/gwt-user "2.7.0.beta1vaadin1"]