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