| License | License | 
|---|---|
| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdcom.google.gwt | 
| ArtifactId | ArtifactIdgwt-elemental | 
| Last Version | Last Version2.9.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| gwt-elemental-2.9.0.pom | |
| gwt-elemental-2.9.0.jar | 1 MB | 
| gwt-elemental-2.9.0-sources.jar | 1 MB | 
| gwt-elemental-2.9.0-javadoc.jar | 12 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.google.gwt/gwt-elemental/ -->
<dependency>
    <groupId>com.google.gwt</groupId>
    <artifactId>gwt-elemental</artifactId>
    <version>2.9.0</version>
</dependency>// https://jarcasting.com/artifacts/com.google.gwt/gwt-elemental/
implementation 'com.google.gwt:gwt-elemental:2.9.0'// https://jarcasting.com/artifacts/com.google.gwt/gwt-elemental/
implementation ("com.google.gwt:gwt-elemental:2.9.0")'com.google.gwt:gwt-elemental:jar:2.9.0'<dependency org="com.google.gwt" name="gwt-elemental" rev="2.9.0">
  <artifact name="gwt-elemental" type="jar" />
</dependency>@Grapes(
@Grab(group='com.google.gwt', module='gwt-elemental', version='2.9.0')
)libraryDependencies += "com.google.gwt" % "gwt-elemental" % "2.9.0"[com.google.gwt/gwt-elemental "2.9.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.9.0 |